mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +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)
|
||||
// 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) {
|
||||
console.log(this.sessionStorageUrlKey);
|
||||
window.sessionStorage.setItem(this.sessionStorageUrlKey, newPeriod.fullId);
|
||||
console.log(this.sessionStorageUrlKey);
|
||||
}
|
||||
this.currentPeriod = newPeriod;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user