@@ -622,7 +622,7 function addFormObserversForDoubleSubmit() { | |||
|
622 | 622 | } |
|
623 | 623 | |
|
624 | 624 | function defaultFocus(){ |
|
625 | if ($('#content :focus').length == 0) { | |
|
625 | if (($('#content :focus').length == 0) && (window.location.hash == '')) { | |
|
626 | 626 | $('#content input[type=text], #content textarea').first().focus(); |
|
627 | 627 | } |
|
628 | 628 | } |
General Comments 0
You need to be logged in to leave comments.
Login now