mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
fix plugins upload
This commit is contained in:
parent
e79d14498f
commit
55c560e3b9
2 changed files with 1 additions and 3 deletions
|
|
@ -231,8 +231,6 @@ class darkMode {
|
|||
this.toggle();
|
||||
}
|
||||
|
||||
console.log(sessionStorage.getItem("mode"));
|
||||
|
||||
// Handle switch
|
||||
this.darkToggleEl.addEventListener("change", (e) => {
|
||||
this.toggle();
|
||||
|
|
|
|||
2
src/ui/templates/plugins.html
vendored
2
src/ui/templates/plugins.html
vendored
|
|
@ -37,7 +37,7 @@
|
|||
<div class="col-span-12 flex flex-col justify-center items-center mt-2">
|
||||
<form method="post"
|
||||
class="col-span-12 flex flex-col justify-center align-middle items-cente">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||
<input type="hidden" id="csrf_token" name="csrf_token" value="{{ csrf_token() }}" />
|
||||
<button data-plugin-reload-btn
|
||||
disabled
|
||||
type="submit"
|
||||
|
|
|
|||
Loading…
Reference in a new issue