diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 77ce337..d682f0e 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -26,7 +26,7 @@ <script type="text/javascript"> $(function() { $("input:submit, input:reset, input:button, a",".button").button(); - $("#sitelist").menu(); + $(".sitelist").menu(); $("#sites").tabs(); }); </script> @@ -65,7 +65,7 @@ <logic:present name="cookieList" scope="request"> <li style="veritcal-align: top;"> <h2>Recently Used</h2> - <ul id="sitelist" style="margin-bottom: 50px;"> + <ul class="sitelist" style="margin-bottom: 50px;"> <logic:iterate id="site" name="cookieList"> <logic:present name="entityID" scope="request"> <bean:define id="returnIDParam" name="returnIDParam"/> |