diff --git a/src/scripts/view/main.js b/src/scripts/view/main.js index 329892e..f71534d 100644 --- a/src/scripts/view/main.js +++ b/src/scripts/view/main.js @@ -71,8 +71,8 @@ lychee.html = function(literalSections, ...substs) { // Main -------------------------------------------------------------- // -let loadingBar = { show() {}, hide() {} }, - imageview = $('#imageview') +let loadingBar = { show() {}, hide() {} } +let imageview = $('#imageview') $(document).ready(function() {