diff options
Diffstat (limited to 'public/assets/js/index.js')
| -rw-r--r-- | public/assets/js/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/js/index.js b/public/assets/js/index.js index bbb7fd9..06f2158 100644 --- a/public/assets/js/index.js +++ b/public/assets/js/index.js @@ -2,6 +2,7 @@ var app = (function(){ var app = {} app.init = function(){ + app.debug = !! window.location.search.match('debug') app.router = new SiteRouter () app.view = null |
