@@ -585,7 +585,7 function addFormObserversForDoubleSubmit() { | |||
|
585 | 585 | } |
|
586 | 586 | |
|
587 | 587 | function defaultFocus(){ |
|
588 | if ($('#content :focus').length == 0) { | |
|
588 | if (($('#content :focus').length == 0) && (window.location.hash == '')) { | |
|
589 | 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