Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
added main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Nov 7, 2012
1 parent 59930f3 commit 487e12d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/@layout.latte
Expand Up @@ -31,6 +31,7 @@
{block scripts}
<script src="{$basePath}/js/jquery.js"></script>
<script src="{$basePath}/js/netteForms.js"></script>
<script src="{$basePath}/js/main.js"></script>
{/block}
</body>
</html>
3 changes: 3 additions & 0 deletions www/js/main.js
@@ -0,0 +1,3 @@
$(function(){

});

0 comments on commit 487e12d

Please sign in to comment.