comment out appcache error alert

This commit is contained in:
Andy Gup 2014-11-26 14:04:08 -07:00
parent 3647d2c6d2
commit 0a6ae22df3

View File

@ -792,7 +792,7 @@
function cacheErrorHandler(evt){
console.log("CACHE ERROR: " + JSON.stringify(evt));
alert("There was a problem loading the cache. ")
//alert("There was a problem loading the cache. ");
}
});
</script>