diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-05-07 11:49:04 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-05-07 11:49:04 +0200 |
commit | a772bb7fef43421ed18a52b1cb1d7bd010e3cf93 (patch) | |
tree | b8c35bc012c61497c53e2e4112dae613f0c8d0cb /templates/layouts | |
parent | 2b795a4e87db14ca9e4e631e461171285db0d8b2 (diff) |
clean template: show moreinfo using javascript
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/default.html.ep | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 0264a43..ff67a82 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -10,6 +10,7 @@ %= stylesheet '/default.css' %= javascript '/jquery-1.10.2.min.js' + %= javascript '/collapse.js' %= javascript '/marquee.js' %= javascript begin $(function () { $('marquee').marquee() }); |