Changes

Jump to navigation Jump to search
m
no edit summary
Line 1: Line 1: −
console.log('Wbprocessor active');
+
console.log('Reporting in');
console.log('Personaldatabase 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'] ] );
+
var current_entity = wbproc.checkentity( relational_id_list );
 
// This should return an object of relations and ids
 
// This should return an object of relations and ids
    +
console.log("test: ")
 
console.log(current_entity);
 
console.log(current_entity);
   −
// for each match, render the corresponding ui elements
+
var h = new idxdbContainer( mw );
// current_entity.forEach(pdooui.render);
+
h.EnqueuePDIO('update record', Date.now(), Date.now());
530

edits

Navigation menu