mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
fix (ci): broken ci
This commit is contained in:
parent
f4a99c4ad6
commit
4c020e93b2
2 changed files with 1 additions and 2 deletions
|
|
@ -82,7 +82,6 @@ export function expandSelection() {
|
||||||
arr[i] = { path };
|
arr[i] = { path };
|
||||||
i += 1;
|
i += 1;
|
||||||
}
|
}
|
||||||
// console.log(JSON.stringify(arr, null, 2));
|
|
||||||
return arr;
|
return arr;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ import { transition } from "./common.js";
|
||||||
import { renderMenubar } from "./component_menubar.js";
|
import { renderMenubar } from "./component_menubar.js";
|
||||||
import "../../components/icon.js";
|
import "../../components/icon.js";
|
||||||
|
|
||||||
export default async function(render, { acl$, $menubar, getFilename, getDownloadUrl, hasMenubar = true }) {
|
export default async function(render, { acl$, getFilename, getDownloadUrl, hasMenubar = true }) {
|
||||||
const $page = createElement(`
|
const $page = createElement(`
|
||||||
<div class="component_filedownloader">
|
<div class="component_filedownloader">
|
||||||
<component-menubar filename="${getFilename()}" class="${!hasMenubar && "hidden"}"></component-menubar>
|
<component-menubar filename="${getFilename()}" class="${!hasMenubar && "hidden"}"></component-menubar>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue