summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/webapp/wayf-ndn.jsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp
index 7c13e69..5a05992 100644
--- a/src/main/webapp/wayf-ndn.jsp
+++ b/src/main/webapp/wayf-ndn.jsp
@@ -152,8 +152,8 @@
<title>Identity Provider Selection</title>
<script type="text/javascript">
$(function() {
- //$("input:submit, input:reset, input:button, a",".button").button();
- //$(".sitelist").menu();
+ $("input:submit, input:reset, input:button, a",".button").button();
+ $(".sitelist").menu();
});
</script>
<script type="text/javascript">
@@ -207,7 +207,7 @@
} else if ( menu.active && menu.active.find( '> ul' ).length ) {
// if you selected something with children, show the children:
menu.focus( event, menu.active );
- if ( menu.expand( event ) ) {
+ if ( menu.right( event ) ) {
event.stopImmediatePropagation();
}
event.preventDefault();