Changes

Jump to navigation Jump to search
m
no edit summary
Line 6: Line 6:     
// suppress console.log, switch to true for debug
 
// suppress console.log, switch to true for debug
var Debug_switch = true;
+
var Debug_switch = false;
 +
// seemingly the Safari engine uses a somewhat different implementation of arguments for db.transaction and index.get
 +
// because no browser on any mac / ios is allowed to use a different engine, rather than user agent, platform can be tested
 
var iOS = !!navigator.platform && /Macintosh|MacIntel|MacPPC|Mac68K|Mac|iPad|iPhone|iPod/.test(navigator.platform);
 
var iOS = !!navigator.platform && /Macintosh|MacIntel|MacPPC|Mac68K|Mac|iPad|iPhone|iPod/.test(navigator.platform);
  
530

edits

Navigation menu