Changes

Jump to navigation Jump to search
m
no edit summary
Line 26: Line 26:  
     };
 
     };
   −
mw.loader.using( ['ext.gadget.WbProcessor', 'ext.gadget.PersonalDataBase', 'ext.gadget.PDOOUI'] , function (){
+
mw.loader.using( ['ext.gadget.WbProcessor', 'ext.gadget.PersonalDataBase', 'ext.gadget.PDOOUI'] ).then( function () {
 
console.log('Wbprocessor active');
 
console.log('Wbprocessor active');
 
console.log('Personaldatabase active');
 
console.log('Personaldatabase active');
 
console.log('User Interface active');
 
console.log('User Interface active');
   −
var wbproc = new wbContainer(mw, mwEStruct[wbXntity]);
+
var wbproc = new gadget-WbProcessor.wbContainer(mw, mwEStruct[wbXntity]);
    
// Check whether the current page is in a relation of interest to an id of interest
 
// Check whether the current page is in a relation of interest to an id of interest
530

edits

Navigation menu