mirror of
				https://github.com/ether/etherpad-lite.git
				synced 2025-11-04 02:01:30 +01:00 
			
		
		
		
	Fix pad.js' customStart.
Appears that sourcing of static/custom/pad.js was removed from templates/pad.html. This prevented static/custom/pad.js:customStart from running. Add it back to get customStart working again.
This commit is contained in:
		
							parent
							
								
									cc72868636
								
							
						
					
					
						commit
						ae179ba01d
					
				@ -319,6 +319,8 @@
 | 
			
		||||
        <script type="text/javascript" src="../javascripts/lib/ep_etherpad-lite/static/js/pad.js?callback=require.define"></script>
 | 
			
		||||
        <script type="text/javascript" src="../javascripts/lib/ep_etherpad-lite/static/js/ace2_common.js?callback=require.define"></script>
 | 
			
		||||
 | 
			
		||||
        <script type="text/javascript" src="../static/custom/pad.js"></script>
 | 
			
		||||
 | 
			
		||||
        <!-- Bootstrap page -->
 | 
			
		||||
        <script type="text/javascript">
 | 
			
		||||
            var clientVars = {};
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user