Skip to content

Commit

Permalink
#88 removing fixed require.js callback to init()
Browse files Browse the repository at this point in the history
  • Loading branch information
tracend committed Jun 26, 2013
1 parent f24de7c commit 5112ac4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/views/main/foot.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->

<script type="text/javascript">
//Object.extend(KISSCMS, {"require":{"callback": function(){ init();} }});
</script>

<script id="require-main" type="text/javascript" data-main="<?=url("/client")?>" src="<?=url("/js/libs/require.js")?>" defer="defer"></script>

0 comments on commit 5112ac4

Please sign in to comment.