Changes

Jump to navigation Jump to search
m
no edit summary
Line 251: Line 251:  
     var getRecord = index.get([record.name.user]);
 
     var getRecord = index.get([record.name.user]);
 
     getRecord.onsuccess = function() {
 
     getRecord.onsuccess = function() {
       if ( check(getRecord, result) != undefined) {
+
       if (getRecord.result != undefined) {
 
         // if found, let's use that from now on
 
         // if found, let's use that from now on
 
         console.log("updating");
 
         console.log("updating");
530

edits

Navigation menu