Jump to content

MediaWiki:Gadget-WatchlistChangesBold.js: Difference between revisions

From The Austrian Economics Wiki, the global repository of classical-liberal thought
Fix the message when turning on bold
 
m 1 revision
 
(No difference)

Latest revision as of 04:20, 17 December 2013

$j(document).ready( function() {
 var $message = $('#mw-wlheader-showupdated');
 if( $message.length == 1 ) {
  $message.html('Pages that have been changed since you last visited them are shown in <b>bold</b>.');
  $message.show(0); /* counters hiding in enhanced RC mode */
 }
});