From 07562b4d80a221e27c508125086dbc7a578e7e4c Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Tue, 7 Jul 2009 00:06:46 +0000 Subject: [PATCH] (bug 19546) Watch and flaggedrevs AJAX success messages not appearing in Vector --- skins/common/wikibits.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/skins/common/wikibits.js b/skins/common/wikibits.js index b81196f33e..d77e24d137 100644 --- a/skins/common/wikibits.js +++ b/skins/common/wikibits.js @@ -874,9 +874,7 @@ function jsMsg( message, className ) { var messageDiv = document.getElementById( 'mw-js-message' ); if ( !messageDiv ) { messageDiv = document.createElement( 'div' ); - if ( document.getElementById( 'column-content' ) - && document.getElementById( 'content' ) ) { - // MonoBook, presumably + if ( skin == 'vector' || skin == 'monobook' ) document.getElementById( 'content' ).insertBefore( messageDiv, document.getElementById( 'content' ).firstChild -- 2.20.1