diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-02-09 23:29:14 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-02-09 23:29:14 +0100 |
commit | 4411d419f3db93f4d805779bb092ed8bd57756c4 (patch) | |
tree | 7f6f7eaeec22da5188e79e7fb0f3cca099f7c1d9 /cgi/templates/layouts/default.html.ep | |
parent | 6b7f19880ba5bbcc0632b457404f102c9deac462 (diff) |
Use javascript marquee by remysharp for information lines
Diffstat (limited to 'cgi/templates/layouts/default.html.ep')
-rw-r--r-- | cgi/templates/layouts/default.html.ep | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep index 8d4db7c..3ab805b 100644 --- a/cgi/templates/layouts/default.html.ep +++ b/cgi/templates/layouts/default.html.ep @@ -180,6 +180,11 @@ } </style> + %= javascript 'jquery-1.9.1.min.js' + %= javascript 'marquee.js' + %= javascript begin + $(function () { $('marquee').marquee() }); + % end </head> <body> |