Redo r52821 properly: add a div to the Vector HTML instead
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 7 Jul 2009 17:46:29 +0000 (17:46 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 7 Jul 2009 17:46:29 +0000 (17:46 +0000)
skins/Vector.php

index b11858e..bcf9a10 100644 (file)
@@ -510,6 +510,7 @@ class VectorTemplate extends QuickTemplate {
                <!-- content -->
                <div id="content">
                        <a name="top" id="top"></a>
+                       <div id="mw-js-message" style="display:none;"></div>
                        <!-- sitenotice -->
                        <?php if($this->data['sitenotice']) { ?><div id="siteNotice"><?php $this->html('sitenotice') ?></div><?php } ?>
                        <!-- /sitenotice -->