diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-06-25 08:49:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-25 08:49:44 +0200 |
commit | 483c9d35b20b23842b0ab78b09adb59725dfed20 (patch) | |
tree | 38860f5003e60fb78c2791f5b881156b298fc77f /modules/luci-base/luasrc/view/cbi/apply_widget.htm | |
parent | a65d55ebcee57d174b557adbbb76df47b3747873 (diff) | |
parent | c7ee1ffcf114e11a81f2fdb707c705b5cb5064e3 (diff) |
Merge pull request #1895 from jow-/master
Responsive OpenWrt theme
Diffstat (limited to 'modules/luci-base/luasrc/view/cbi/apply_widget.htm')
-rw-r--r-- | modules/luci-base/luasrc/view/cbi/apply_widget.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/luasrc/view/cbi/apply_widget.htm b/modules/luci-base/luasrc/view/cbi/apply_widget.htm index 702512f495..e3090da656 100644 --- a/modules/luci-base/luasrc/view/cbi/apply_widget.htm +++ b/modules/luci-base/luasrc/view/cbi/apply_widget.htm @@ -47,7 +47,7 @@ } </style> -<script type="text/javascript" src="<%=resource%>/cbi.js?v=git-18.138.59467-72fe5dd"></script> +<script type="text/javascript" src="<%=resource%>/cbi.js"></script> <script type="text/javascript">//<![CDATA[ var xhr = new XHR(), uci_apply_auth = { sid: '<%=luci.dispatcher.context.authsession%>', token: '<%=token%>' }, |