Changes

Jump to navigation Jump to search
no edit summary
Line 17: Line 17:  
if ( typeof entity !=  "undefined" ) {
 
if ( typeof entity !=  "undefined" ) {
 
// get wbEntity as json
 
// get wbEntity as json
var obj = JSON.parse ( entity );
+
var obj = entity ;
 
console.log( "parsed object", obj )
 
console.log( "parsed object", obj )
 
// check if we have P3 relations and iterate through
 
// check if we have P3 relations and iterate through

Navigation menu