projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
385a492
)
luci-base: cbi: also initialize JS if pageactions are disabled
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 24 Feb 2016 16:39:54 +0000
(17:39 +0100)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 24 Feb 2016 16:40:01 +0000
(17:40 +0100)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
modules/luci-base/luasrc/view/cbi/footer.htm
patch
|
blob
|
history
diff --git
a/modules/luci-base/luasrc/view/cbi/footer.htm
b/modules/luci-base/luasrc/view/cbi/footer.htm
index 42bf98bf275834f253b5ec1a99acd45eeccb1ff4..4d332fd07a36bd27fced6dcd76475f90a96c2447 100644
(file)
--- a/
modules/luci-base/luasrc/view/cbi/footer.htm
+++ b/
modules/luci-base/luasrc/view/cbi/footer.htm
@@
-18,9
+18,10
@@
<% if not flow.hideresetbtn then %>
<input class="cbi-button cbi-button-reset" type="button" value="<%:Reset%>" onclick="location.href='<%=REQUEST_URI%>'" />
<% end %>
-
- <script type="text/javascript">cbi_init();</script>
</div>
<%- end -%>
</form>
+
+<script type="text/javascript">cbi_init();</script>
+
<%+footer%>