From 0a6ae22df37c63a72b152021768bdf659639cd8f Mon Sep 17 00:00:00 2001 From: Andy Gup Date: Wed, 26 Nov 2014 14:04:08 -0700 Subject: [PATCH] comment out appcache error alert --- samples/appcache-features.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/appcache-features.html b/samples/appcache-features.html index 16a0008..caea551 100644 --- a/samples/appcache-features.html +++ b/samples/appcache-features.html @@ -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. "); } });