Changes

Jump to navigation Jump to search
no edit summary
Line 12: Line 12:     
     if (mw.config.get('wgNamespaceNumber') !== 120 || !mw.config.exists('wbEntityId')) {
 
     if (mw.config.get('wgNamespaceNumber') !== 120 || !mw.config.exists('wbEntityId')) {
    mw.notify("jumping out of related items")
   
         return;
 
         return;
 
     }
 
     }
Line 19: Line 18:  
      
 
      
 
     var messages, entityid = mw.config.get('wbEntityId');
 
     var messages, entityid = mw.config.get('wbEntityId');
    mw.notify("getting api");
   
     var api = new mw.Api();
 
     var api = new mw.Api();
 
     messages = (function () {
 
     messages = (function () {

Navigation menu