From 4411d419f3db93f4d805779bb092ed8bd57756c4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 9 Feb 2013 23:29:14 +0100 Subject: Use javascript marquee by remysharp for information lines --- cgi/templates/layouts/default.html.ep | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cgi/templates/layouts/default.html.ep') 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 @@ } + %= javascript 'jquery-1.9.1.min.js' + %= javascript 'marquee.js' + %= javascript begin + $(function () { $('marquee').marquee() }); + % end -- cgit v1.2.3