I'm Stuck on "Loading editor" on Call of Duty wiki
79,357pages on
this wiki
this wiki
Forum page
This Forum has been archived
Visit the new ForumsForums: Index → Support Requests → I'm Stuck on "Loading editor" on Call of Duty wiki
Wikia's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
To contact staff directly or to report bugs, please use Special:Contact.
Note: This topic has been unedited for 384 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
I need assistance per Forum:Can't edit pages on my Wiki. Stuck on "Loading editor". I tried to post a comment, but it stuck on "Loading editor". I need to contact User:Sactage to resolve an issue. How you resolve it? —This unsigned comment is by 112.210.41.36 (wall • contribs) . Please sign your posts with ~~~~!
- Special:Contact/bug Sam Wang (talk) 11:57, May 2, 2012 (UTC)
- One of the problems should be resolved. Please fix MediaWiki:Common.js on Call of Duty Wiki. Thank you. —This unsigned comment is by 112.210.41.36 (wall • contribs) . Please sign your posts with ~~~~!
- Only the admins of the wiki are allowed to edit JS page. Try to remove next part:
// *************************
// Template:Game positioning
// *************************
// credit to Fallout wiki
function addTitleIcons() {
if (skin == 'monaco' || skin == 'monobook' || skin == 'oasis') {
var insertTarget;
switch (skin) {
case 'monobook':
insertTarget = $('#firstHeading');
break;
case 'monaco':
insertTarget = $('#article > h1.firstHeading');
break;
case 'oasis':
if (wgAction != 'submit' && wgNamespaceNumber != 112) {
insertTarget = $('#WikiaArticle');
}
break;
}
if (insertTarget) {
$('#gametemplate').css('display', 'block').prependTo(insertTarget);
}
}
}
jQuery(function ($) {
addTitleIcons();
});
- Firstly you backup your whole JS and remove the page, then copy-paste the codes except the one above. Cafeinlove msg 2012-05-03, 2:12 am(UTC+9)