diff options
Diffstat (limited to 'src/main/webapp')
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 2f14af1..30a08de 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -29,6 +29,7 @@ $("input:submit, input:reset, input:button, a",".button").button(); $(".sitelist").menu(); $("#origin").searchable(); + $("#origin").focus(); }); </script> </head> |