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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "single-file-core",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "SingleFile Core",
5
5
  "author": "Gildas Lormeau",
6
6
  "license": "AGPL-3.0-or-later",