diff options
author | Bartosz Dziewoński <matma.rex@gmail.com> | 2014-07-20 15:33:01 +0200 |
---|---|---|
committer | Bartosz Dziewoński <matma.rex@gmail.com> | 2014-07-21 19:54:00 +0000 |
commit | 0414af544b7fbe360d96609ba86894302771b2d1 (patch) | |
tree | cb82bd4a9196b812539a0692804ce4591626f393 /skins | |
parent | ef6d5493500b8e82a38d7f949d9b5131120abb5d (diff) | |
download | mediawikicore-0414af544b7fbe360d96609ba86894302771b2d1.tar.gz mediawikicore-0414af544b7fbe360d96609ba86894302771b2d1.zip |
Remove <div id="mw-js-message"> (again)
It has been previously removed in d4d519c4, then accidentally readded
in a96afeb2.
Change-Id: I23d228bf05ad8c632da38c4a194981044af6cc6b
Diffstat (limited to 'skins')
-rw-r--r-- | skins/Vector/VectorTemplate.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/skins/Vector/VectorTemplate.php b/skins/Vector/VectorTemplate.php index 191635c2eca7..0ec031fcaa67 100644 --- a/skins/Vector/VectorTemplate.php +++ b/skins/Vector/VectorTemplate.php @@ -97,7 +97,6 @@ class VectorTemplate extends BaseTemplate { <div id="content" class="mw-body" role="main"> <a id="top"></a> - <div id="mw-js-message" style="display:none;"<?php $this->html( 'userlangattributes' ) ?>></div> <?php if ( $this->data['sitenotice'] ) { ?> |