MediaWiki:Common.js: Difference between revisions

no edit summary
sims>Lost Labyrinth
No edit summary
sims>LostInRiverview
No edit summary
Line 654:
}
});
 
// Change chat description
importScript('MediaWiki:Chat-headline');
function changeChatDesc() {
try {
if ($('section.ChatModule').size() > 0 && $('p.chat-name').html() != chatDesc){
$('p.chat-name').html(''+chatDesc+'');
setTimeout("changeChatDesc()", 200);
}
}catch (err){
setTimeout("changeChatDesc()", 200);
}
};
$(document).ready(function (){changeChatDesc()});
 
/* Quick license */
Anonymous user