Skip to content

Commit

Permalink
[CB-3616] Change option name to "clearcache" to match original proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
clelland committed Aug 9, 2013
1 parent e307067 commit 9deea99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inappbrowser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ <h1>Open Hidden </h1>
<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>
Expand Down

0 comments on commit 9deea99

Please sign in to comment.