commit | 8dc23e37bc36b3828fa010a01dc36021fdf4c260 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Wed May 09 14:25:16 2012 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Wed May 09 14:25:16 2012 +0530 |
tree | afc2f433550648acfbbdbcf3b429a016936f5d7a | |
parent | 6a47204e8a3e561afec8690afa6a846f5860ad88 [diff] [blame] |
fix app.html
diff --git a/public/app.html b/public/app.html index b6e5b5f..96a693e 100644 --- a/public/app.html +++ b/public/app.html
@@ -13,6 +13,7 @@ ($.browser.webkit && parseFloat($.browser.version)<533) ) { window.location.href= 'unsupported.html'; } + window.app = true; </script> <script type="text/javascript" src="js/all-app.js"></script> <link type="text/css" rel="stylesheet" href="css/all-app.css">