Changes

Jump to navigation Jump to search
m
no edit summary
Line 21: Line 21:     
Relational_id_list = {  
 
Relational_id_list = {  
controller_id: [ wbEStructure['instanceOfRelations'], wbEStructure['IDPropLoc'], wbEStructure['IDName'], 96 ],
+
controller_id: [ WBEStructure['instanceOfRelations'], WBEStructure['IDPropLoc'], WBEStructure['IDName'], 96 ],
personal_data_id: [ wbEStructure['subclassOfRelations'], wbEStructure['IDPropLoc'], wbEStructure['IDName'], 421 ],
+
personal_data_id: [ WBEStructure['subclassOfRelations'], WBEStructure['IDPropLoc'], WBEStructure['IDName'], 421 ],
interface_button_id: [ wbEStructure ['instanceOfRelations'], wbEStructure['IDPropLoc'], wbEStructure['IDName'], 487 ]
+
interface_button_id: [ WBEStructure ['instanceOfRelations'], WBEStructure['IDPropLoc'], WBEStructure['IDName'], 487 ]
 
},
 
},
   Line 35: Line 35:  
$.when(
 
$.when(
 
     $.getScript( "//wiki.personaldata.io/w/index.php?title=User:Abel/WbProcessor.js&action=raw&ctype=text/javascript" ),
 
     $.getScript( "//wiki.personaldata.io/w/index.php?title=User:Abel/WbProcessor.js&action=raw&ctype=text/javascript" ),
     $.getScript( "//wiki.personaldata.io/w/index.php?title=MediaWiki:Gadget-personaldata.js&action=raw&ctype=text/javascript" ),
+
     $.getScript( "//wiki.personaldata.io/w/index.php?title=User:Abel/PersonalData.js&action=raw&ctype=text/javascript" ),
     $.getScript( "//wiki.personaldata.io/w/index.php?title=MediaWiki:Gadget-pdooui.js&action=raw&ctype=text/javascript" ),
+
     $.getScript( "//wiki.personaldata.io/w/index.php?title=User:Abel/OOInterface.js&action=raw&ctype=text/javascript" ),
 
     $.Deferred( function( deferred ){
 
     $.Deferred( function( deferred ){
 
         $( deferred.resolve );
 
         $( deferred.resolve );
Line 52: Line 52:  
 
 
// Contains classes for creating UI elements, no instantiation consequences
 
// Contains classes for creating UI elements, no instantiation consequences
PDOOUI = new InterfaceMediaContainer( mw, pdxb );
+
PDOOUI = new InterfaceMediaContainer( PDWikibaseProcessor, PDindexedDB );
    
// Check if the current entity belongs to any path of interest.  
 
// Check if the current entity belongs to any path of interest.  
530

edits

Navigation menu