Index: trunk/extensions/LiquidThreads/lqt.js |
— | — | @@ -179,6 +179,7 @@ |
180 | 180 | $j( '#wpTextbox1' ).wikiEditor( 'addModule', { 'toolbar': liquidThreads.toolbar.config, 'dialogs': liquidThreads.toolbar.dialogs } ); |
181 | 181 | // cleanup unnecessary things from the old toolbar |
182 | 182 | $j( '#editpage-specialchars' ).remove(); |
| 183 | + $j( '#wpTextbox1' ).focus() |
183 | 184 | } else { |
184 | 185 | // Add old toolbar |
185 | 186 | mwSetupToolbar() |