single-file-core 1.0.28 → 1.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -170,7 +170,6 @@
|
|
|
170
170
|
async function initInfobar(url, saveDate, infoData) {
|
|
171
171
|
let infobarElement = document.querySelector(INFOBAR_TAGNAME);
|
|
172
172
|
if (!infobarElement) {
|
|
173
|
-
url = url.split("url: ")[1];
|
|
174
173
|
saveDate = saveDate.split("saved date: ")[1];
|
|
175
174
|
if (infoData && infoData.length > 1) {
|
|
176
175
|
let content = infoData[0].split("info: ")[1].trim();
|