mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-07-07 06:16:05 +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