fix dropdown in slice page
[myslice.git] / ui / static / js / topmenu.js
diff --git a/ui/static/js/topmenu.js b/ui/static/js/topmenu.js
new file mode 100644 (file)
index 0000000..8597619
--- /dev/null
@@ -0,0 +1 @@
+$(function () { $(".dropdown-toggle").dropdown(); })