mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-04 00:29:27 +08:00
Update luci-base.patch
This commit is contained in:
parent
ed368652d6
commit
467762ed99
16
.github/diy/patches/luci-base.patch
vendored
16
.github/diy/patches/luci-base.patch
vendored
@ -218,3 +218,19 @@
|
||||
nobatch,
|
||||
credentials: true
|
||||
}).then(cb, cb);
|
||||
|
||||
--- a/luci-base/ucode/template/header.ut
|
||||
+++ b/luci-base/ucode/template/header.ut
|
||||
@@ -23,12 +23,6 @@
|
||||
include(`themes/${theme}/header`);
|
||||
-%}
|
||||
|
||||
-{% if (wizard_pending): %}
|
||||
-<script>
|
||||
- window.location.replace({{ sprintf('%J', dispatcher.build_url('admin/wizard')) }});
|
||||
-</script>
|
||||
-{% endif %}
|
||||
-
|
||||
<script src="{{ resource }}/luci.js?v={# PKG_VERSION #}-{{ pkgs_update_time }}"></script>
|
||||
<script>
|
||||
L = new LuCI({{ replace(`${ {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user