×
Create a new article
Write your page title here:
We currently have 3,602 articles on DC Multiverse Wiki. Type your article name above or create one of the articles listed here!



    DC Multiverse Wiki

    User:TheDemon08/cosmos.js: Difference between revisions

    Content added Content deleted
    No edit summary
    No edit summary
    Line 16: Line 16:
    };
    };


    waitForPageTools('#onyx-actionsList-list', function() {
    waitForPageTools('#cosmos-actionsList-list', function() {
    $('#profile-top,#mw-content #onyx-articleHeader-actions').hover(function () {
    $('#profile-top,#mw-content #cosmos-articleHeader-actions').hover(function () {
    $('#mw-content #onyx-articleHeader-actions').css('visibility', 'visible');
    $('#mw-content #cosmos-articleHeader-actions').css('visibility', 'visible');
    }, function () {
    }, function () {
    $('#mw-content #onyx-articleHeader-actions').css('visibility', 'hidden');
    $('#mw-content #cosmos-articleHeader-actions').css('visibility', 'hidden');
    });
    });
    });
    });

    Revision as of 03:17, 8 September 2020

    mw.loader.load( '/w/index.php?title=MediaWiki:LastEdited.js&action=raw&ctype=text/javascript' );
    mw.loader.load( '/w/index.php?title=MediaWiki:TagRightsManagement.js&action=raw&ctype=text/javascript' );
    
    $(document).ready(function() {   
        $('input#wpLeaveRedirect').removeAttr('checked');
    });
    if($('#mw-content a[href*="/wiki/Special:UpdateProfile"]').length > 0 === true){
    var waitForPageTools = function(selector, callback) {
      if ($(selector).length) {
        callback();
      } else {
        setTimeout(function() {
          waitForPageTools(selector, callback);
        }, 100);
      }
    };
    
    waitForPageTools('#cosmos-actionsList-list', function() {
        $('#profile-top,#mw-content #cosmos-articleHeader-actions').hover(function () {
             $('#mw-content #cosmos-articleHeader-actions').css('visibility', 'visible');
    }, function () {
             $('#mw-content #cosmos-articleHeader-actions').css('visibility', 'hidden');
          });
      });
    }
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.

    Recent changes

  • IC228 • 2 days ago
  • IC228 • 3 days ago
  • IC228 • 4 days ago
  • IC228 • 4 days ago
  • Welcome to the DC Multiverse Wiki


    Cookies help us deliver our services. By using our services, you agree to our use of cookies.