From: Thierry Parmentelat Date: Mon, 30 Sep 2013 09:13:10 +0000 (+0200) Subject: fix dropdown in slice page X-Git-Tag: myslice-0.2-5~75 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=78df408072b4777a4a20540e70c38c0896645a5b fix dropdown in slice page --- diff --git a/ui/static/js/topmenu.js b/ui/static/js/topmenu.js new file mode 100644 index 00000000..85976192 --- /dev/null +++ b/ui/static/js/topmenu.js @@ -0,0 +1 @@ +$(function () { $(".dropdown-toggle").dropdown(); }) diff --git a/ui/templates/base.html b/ui/templates/base.html index 4a05badd..8c49b4a6 100644 --- a/ui/templates/base.html +++ b/ui/templates/base.html @@ -19,6 +19,7 @@ {% insert_str prelude "js/mustache.js" %} {% insert_str prelude "js/plugin.js" %} {% insert_str prelude "js/manifold.js" %} +{% insert_str prelude "js/topmenu.js" %} {% insert_str prelude "css/manifold.css" %} {% block container %}