summaryrefslogtreecommitdiff
path: root/src/main/webapp
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-07-26 16:57:08 +0200
committerLeif Johansson <leifj@sunet.se>2011-07-26 16:57:08 +0200
commit33275b725e24a48dead511c667693b4d5114b66b (patch)
tree0467501cfa877115c242d14da7b636439d801ee0 /src/main/webapp
parent46e7705e28846e173357db9abb4f0ecfb4a84527 (diff)
turn it into a menubar
Diffstat (limited to 'src/main/webapp')
-rw-r--r--src/main/webapp/wayf-ndn.jsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp
index 0950cd4..cbb2d85 100644
--- a/src/main/webapp/wayf-ndn.jsp
+++ b/src/main/webapp/wayf-ndn.jsp
@@ -148,7 +148,7 @@
<script type="text/javascript">
$(function() {
$("input:submit, input:reset, input:button, a",".button").button();
- $(".sites").menubar();
+ $("#sites").menubar({autoExpand: true, buttons: true});
});
</script>
</head>