Content deleted Content added
pull request #152: Update link ___location, notification method, and namespace check (publish.php) |
pull request #152: Update link ___location, notification method, and namespace check (publish.php) |
||
Line 119:
if (mw.config.get('wgNamespaceNumber') < 0) return;
let menuID = 'p-navigation';
// @ts-ignore
menuID = 'p-tb';
// @ts-ignore
} else if ( window.draftCleanerPutInMoreMenu ) {
menuID = 'p-cactions';
}
let titleWithNamespaceAndUnderscores = getArticleName();
|