![]()
@@ -162,12 +162,14 @@ export default {
.app {
font-family: Calibri, Arial, sans-serif;
border-bottom: 1px solid lightcoral;
- height: 150px;
width: 100%;
}
+ .app.expanded {
+ height: 150px;
+ }
.full-view {
- position: fixed;
- top: 150px;
+ /*position: fixed;*/
+ /*top: 150px;*/
left: 0;
}
.iframe iframe {
diff --git a/pywb/vueui/src/index.js b/pywb/vueui/src/index.js
index 819466a6..18d6f309 100644
--- a/pywb/vueui/src/index.js
+++ b/pywb/vueui/src/index.js
@@ -20,7 +20,7 @@ class CDXLoader {
this.isReplay = (timestamp !== undefined);
if (this.isReplay) {
- window.WBBanner = new VueBannerWrapper(this);
+ window.WBBanner = new VueBannerWrapper(this, url);
}
let queryURL;
@@ -145,9 +145,9 @@ class CDXLoader {
// ===========================================================================
class VueBannerWrapper
{
- constructor(loader) {
+ constructor(loader, url) {
this.loading = true;
- this.lastSurt = null;
+ this.lastSurt = this.getSurt(url);
this.loader = loader;
}
diff --git a/wombat b/wombat
index 4edfa768..72db7943 160000
--- a/wombat
+++ b/wombat
@@ -1 +1 @@
-Subproject commit 4edfa768fd20195644e6bff96c52aa0f50baa21f
+Subproject commit 72db79431401ad6d7449eb77c37a6a82b84113c8