mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
vueui: access to full-id in app
This commit is contained in:
parent
dcd9e6cbe2
commit
da5707d7e9
@ -83,7 +83,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) {
|
||||||
window.sessionStorage.setItem('zoom__'+this.config.url, newPeriod.getFullId());
|
window.sessionStorage.setItem('zoom__'+this.config.url, newPeriod.fullId);
|
||||||
}
|
}
|
||||||
this.currentPeriod = newPeriod;
|
this.currentPeriod = newPeriod;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user