##// END OF EJS Templates
Merged r14396 (#17757)....
Jean-Philippe Lang -
r14017:a8993e034721
parent child
Show More
@@ -585,7 +585,7 function addFormObserversForDoubleSubmit() {
585 }
585 }
586
586
587 function defaultFocus(){
587 function defaultFocus(){
588 if ($('#content :focus').length == 0) {
588 if (($('#content :focus').length == 0) && (window.location.hash == '')) {
589 $('#content input[type=text], #content textarea').first().focus();
589 $('#content input[type=text], #content textarea').first().focus();
590 }
590 }
591 }
591 }
General Comments 0
You need to be logged in to leave comments. Login now