MediaWiki:Common.js: Difference between revisions

Replaced return with break
(Fixed undefined text on pages where displaytitle doesn't include the namespace)
(Replaced return with break)
Line 6:
 
// If the page is not in mainspace, replace the namespace text with a badge
add_badge: if (namespaceCur != '') {
// Get the page display title
var firstHeading = document.getElementById('firstHeading');
Line 12:
 
// If the display title does not include namespace, we're done
if (displayTitle.indexOf(':') === -1) returnbreak add_badge;
console.log("inserting badge");