aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/js/pagestore.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/js/pagestore.js b/src/js/pagestore.js
index ced62ce..c24c8ae 100644
--- a/src/js/pagestore.js
+++ b/src/js/pagestore.js
@@ -508,11 +508,11 @@ PageStore.prototype.init = function(tabId, pageURL) {
/******************************************************************************/
PageStore.prototype.reuse = function(pageURL, context) {
- // This can very well happen under normal circumstances. Leave the context
- // unchanged when this happens.
- if ( pageURL === this.pageURL ) {
- return this;
- }
+ // We can't do this: when force refreshing a page, the page store data
+ // needs to be reset
+ //if ( pageURL === this.pageURL ) {
+ // return this;
+ //}
// If URL changes without a page reload (more and more common), then we
// need to keep all that we collected for reuse. In particular, not