Skip to content

Commit

Permalink
index_wrapped.upd for site
Browse files Browse the repository at this point in the history
  • Loading branch information
domasx2 committed Apr 28, 2013
1 parent 8dfd989 commit 243ac22
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index_wrapped.html
Expand Up @@ -27,8 +27,12 @@
<script src="./javascript/app.min.js"></script>

<script>
var SOUND = false;
require.setModuleRoot('./javascript/');
require.run('main')
require.run('main');
$(document).ready(function(){
$('body p').css('display', 'none');
});
</script>
</head>
<!-- Html -->
Expand Down

0 comments on commit 243ac22

Please sign in to comment.