mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Changed theme structure. Moved all assets into /assets/
This commit is contained in:
		
				
					committed by
					
						
						Hannah Wolfe
					
				
			
			
				
	
			
			
			
						parent
						
							1fb478234a
						
					
				
				
					commit
					820b222f8e
				
			
							
								
								
									
										12
									
								
								assets/js/index.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								assets/js/index.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
/**
 | 
			
		||||
 * Placeholder JS file for Casper behaviours
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/*globals jQuery, document */
 | 
			
		||||
(function ($) {
 | 
			
		||||
    "use strict";
 | 
			
		||||
 | 
			
		||||
    $(document).ready(function () {
 | 
			
		||||
        // code goes here
 | 
			
		||||
    });
 | 
			
		||||
}(jQuery));
 | 
			
		||||
		Reference in New Issue
	
	Block a user