From 487e12de7cf1f477d0ea58e063e58d2d2b2e5640 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Fri, 2 Nov 2012 20:14:06 +0100 Subject: [PATCH] added main.js --- app/templates/@layout.latte | 1 + www/js/main.js | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 www/js/main.js diff --git a/app/templates/@layout.latte b/app/templates/@layout.latte index 353829be..78d136d0 100644 --- a/app/templates/@layout.latte +++ b/app/templates/@layout.latte @@ -31,6 +31,7 @@ {block scripts} + {/block} diff --git a/www/js/main.js b/www/js/main.js new file mode 100644 index 00000000..93c9f899 --- /dev/null +++ b/www/js/main.js @@ -0,0 +1,3 @@ +$(function(){ + +}); \ No newline at end of file