Changes

Jump to navigation Jump to search
m
no edit summary
Line 31: Line 31:  
console.log('User Interface active');
 
console.log('User Interface active');
   −
var wbproc = new wbContainer(mw, mwEStruct['wbXntity']);
+
var wbproc = new 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
current_entity = wbproc.checkentity( relational_id_list, wbEStruct['IDPropLoc'], wbEStruct['IDName'] );
+
current_entity = wbproc.checkentity( relational_id_list, [ wbEStruct['IDPropLoc'], wbEStruct['IDName'] ] );
 
// This should return an object of relations and ids
 
// This should return an object of relations and ids
  
530

edits

Navigation menu