diff options
author | Leif Johansson <leifj@sunet.se> | 2011-11-25 21:46:16 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-11-25 21:46:16 +0100 |
commit | f7a74cd85d29412e2b3a950ee04bde8583b74e26 (patch) | |
tree | a06ee99712d42e62413d26bfe5f1bb0b44477a61 /src/main | |
parent | 65f9e20a9dfa3a9c437192a1aed8cffac70fb916 (diff) |
tabbed layout
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 6af7127..abd5925 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -26,7 +26,8 @@ <script type="text/javascript"> $(function() { $("input:submit, input:reset, input:button, a",".button").button(); - $("#sitelist").tabs(); + $("#sitelist").menu(); + $("#sites").tabs(); }); </script> </head> |