You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2013/08/09 16:28:13 UTC

spec commit: [CB-3616] Change option name to "clearcache" to match original proposal

Updated Branches:
  refs/heads/master e30706745 -> 9deea9982


[CB-3616] Change option name to "clearcache" to match original proposal


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/9deea998
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/9deea998
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/9deea998

Branch: refs/heads/master
Commit: 9deea9982557a0bd5f213bca65bab61007f91dbc
Parents: e307067
Author: Ian Clelland <ic...@chromium.org>
Authored: Fri Aug 9 10:19:31 2013 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Fri Aug 9 10:19:31 2013 -0400

----------------------------------------------------------------------
 inappbrowser/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/9deea998/inappbrowser/index.html
----------------------------------------------------------------------
diff --git a/inappbrowser/index.html b/inappbrowser/index.html
index 40b3200..89c6f34 100644
--- a/inappbrowser/index.html
+++ b/inappbrowser/index.html
@@ -254,7 +254,7 @@
     <div class="btn large" onclick="closeHidden();">close hidden</div>
     <div class="btn large" onclick="openHidden('http://google.com',false);">google.com not hidden</div>
     <h1>Clearing Cache</h1>
-    <div class="btn large" onclick="doOpen('http://www.google.com', '_blank', 'clearallcache=yes');">Clear Browser Cache</div>
+    <div class="btn large" onclick="doOpen('http://www.google.com', '_blank', 'clearcache=yes');">Clear Browser Cache</div>
     <div class="btn large" onclick="doOpen('http://www.google.com', '_blank', 'clearsessioncache=yes');">Clear Session Cache</div>
     <h2> </h2><div class="backBtn" onclick="backHome();">Back</div>
   </body>