diff --git a/resources/public/js/themes.js b/resources/public/js/themes.js index 14ee149..a8da252 100644 --- a/resources/public/js/themes.js +++ b/resources/public/js/themes.js @@ -113,3 +113,5 @@ var script = document.createElement("script"); script.type = "text/javascript"; script.src = "//cdnjs.cloudflare.com/ajax/libs/less.js/2.1.0/less.min.js"; document.head.appendChild(script); + +function onLoad () {}