API Remove script.js placeholder (#46)

This commit is contained in:
Damian Mooyman 2016-11-01 17:16:12 +13:00 committed by Sam Minnée
parent 302878a132
commit 7e3932c5d5
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ Change it, enhance it and most importantly enjoy it!
<% include Footer %>
<% require javascript('//code.jquery.com/jquery-1.7.2.min.js') %>
<%-- Please move: Theme javascript (below) should be moved to mysite/code/page.php --%>
<script type="text/javascript" src="{$ThemeDir}/javascript/script.js"></script>
<% require themedJavascript('script.js') %>
</body>
</html>