mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
vueui: removed debugs
This commit is contained in:
parent
71f305b997
commit
3a25523513
File diff suppressed because one or more lines are too long
@ -90,9 +90,7 @@ export default {
|
|||||||
// save current period (aka zoom)
|
// save current period (aka zoom)
|
||||||
// use sessionStorage (not localStorage), as we want this to be a very temporary memory for current page tab/window and no longer; NOTE: it serves when navigating from an "*" query to a specific capture and subsequent reloads
|
// use sessionStorage (not localStorage), as we want this to be a very temporary memory for current page tab/window and no longer; NOTE: it serves when navigating from an "*" query to a specific capture and subsequent reloads
|
||||||
if (window.sessionStorage) {
|
if (window.sessionStorage) {
|
||||||
console.log(this.sessionStorageUrlKey);
|
|
||||||
window.sessionStorage.setItem(this.sessionStorageUrlKey, newPeriod.fullId);
|
window.sessionStorage.setItem(this.sessionStorageUrlKey, newPeriod.fullId);
|
||||||
console.log(this.sessionStorageUrlKey);
|
|
||||||
}
|
}
|
||||||
this.currentPeriod = newPeriod;
|
this.currentPeriod = newPeriod;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user