From fe436f2c8af8ff5a235d7acf3ffeee78a3c842e7 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Fri, 5 Sep 2014 16:52:05 -0700 Subject: [PATCH] appcache doc update for 0.9.0 change Fixes #2465. --- docs/client/packages/appcache.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/client/packages/appcache.html b/docs/client/packages/appcache.html index 67addde864..58c0696662 100644 --- a/docs/client/packages/appcache.html +++ b/docs/client/packages/appcache.html @@ -27,11 +27,7 @@ Collection will appear to be empty in the client until the Internet becomes available and the browser is able to establish a DDP connection). -The application cache works transparently in all supported browsers -except for Firefox, which pops up a message saying "This website is -asking to store data on your computer for offline use" and asks the -user whether to allow or deny the request. To turn AppCache off for -Firefox or other specific browsers use: +To turn AppCache off for specific browsers use: Meteor.AppCache.config({ chrome: false,