mol_dump_lib 0.0.1018 → 0.0.1020
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.
- package/package.json +1 -1
- package/web.js +1 -1
- package/web.js.map +1 -1
- package/web.mjs +1 -1
package/package.json
CHANGED
package/web.js
CHANGED
|
@@ -6291,7 +6291,7 @@ var $;
|
|
|
6291
6291
|
var $;
|
|
6292
6292
|
(function ($) {
|
|
6293
6293
|
class $mol_file_web extends $mol_file_webdav {
|
|
6294
|
-
static base = new URL('.',
|
|
6294
|
+
static base = new URL('.', $mol_dom_context.document?.currentScript?.['src'] ?? globalThis.location.href).toString();
|
|
6295
6295
|
version() { return '1'; }
|
|
6296
6296
|
info() {
|
|
6297
6297
|
try {
|