diff options
Diffstat (limited to 'themes/okcards/public')
| -rw-r--r-- | themes/okcards/public/css/main.css | 0 | ||||
| -rw-r--r-- | themes/okcards/public/js/app.js | 15 |
2 files changed, 0 insertions, 15 deletions
diff --git a/themes/okcards/public/css/main.css b/themes/okcards/public/css/main.css deleted file mode 100644 index e69de29..0000000 --- a/themes/okcards/public/css/main.css +++ /dev/null diff --git a/themes/okcards/public/js/app.js b/themes/okcards/public/js/app.js deleted file mode 100644 index 1e710e9..0000000 --- a/themes/okcards/public/js/app.js +++ /dev/null @@ -1,15 +0,0 @@ -var app = (function(){ - var app = {} - var cms - - app.init = function(){ - cms = app.cms = new OKCMS ({ ready: app.ready }) - } - app.ready = function(){ - console.log ("READY") - } - - return app -})() - -window.addEventListener("DOMContentLoaded", app.init)
\ No newline at end of file |
