don't tab to toolbar
authorGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 8 Apr 2004 13:31:35 +0000 (13:31 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 8 Apr 2004 13:31:35 +0000 (13:31 +0000)
includes/Skin.php

index 00d63f0..9c59dd7 100644 (file)
@@ -2471,7 +2471,7 @@ class Skin {
                        $toolbar .= "<![CDATA[";
                }
 
-               $toolbar.="document.writeln(\"<div id='toolbar'>\");\n";
+               $toolbar.="document.writeln(\"<div id='toolbar' tabindex='4000000'>\");\n";
                foreach($toolarray as $tool) {
 
                        $image=$wgUploadPath."/".$tool["image"];