diff --git a/html/assets/js/main.js b/html/assets/js/main.js new file mode 100644 index 0000000..7c9f49a --- /dev/null +++ b/html/assets/js/main.js @@ -0,0 +1,8 @@ +/* Author: + +*/ + +function init() { + console.log("Just a quick hack to make KISSCMS *NOT* b0rk in the JavaScript init phase..."); +} +