Changes

Jump to navigation Jump to search
no edit summary
Line 889: Line 889:  
     }
 
     }
 
   ];
 
   ];
 +
  console.log("MergeDialog", MergeDialog)
 
    
 
    
 
   /**
 
   /**
Line 1,120: Line 1,121:  
   }
 
   }
 
    
 
    
 
+
  console.log("About to initialize")
 
   // Initialization
 
   // Initialization
 
   if (entityId !== null &&
 
   if (entityId !== null &&
 
       [0, 146].indexOf(mw.config.get('wgNamespaceNumber')) !== -1 &&
 
       [0, 146].indexOf(mw.config.get('wgNamespaceNumber')) !== -1 &&
 
       mw.config.get('wgAction') === 'view') {
 
       mw.config.get('wgAction') === 'view') {
 +
    console.log("Initializing")
 
     $(window).on('focus storage', function () {
 
     $(window).on('focus storage', function () {
 
       $('#ca-merge-queue-process').remove();
 
       $('#ca-merge-queue-process').remove();

Navigation menu