Merge pull request #24 from QiuSimons/master

bug fix
This commit is contained in:
老竭力 2020-02-09 22:36:38 +08:00 committed by GitHub
commit 03dc444ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,6 @@
// thanks for Jo-Philipp Wich <jow@openwrt.org>
var luciLocation = <%= luci.http.write_json(luci.dispatcher.context.path) %>;
</script>
<script src="<%=media%>/js/jquery.min.js"></script>
<script src="<%=media%>/js/script.js"></script>
</body>
</html>

View File

@ -83,6 +83,7 @@
<script src="<%=url('admin/translations', luci.i18n.context.lang)%><%# ?v=PKG_VERSION %>"></script>
<script src="<%=resource%>/cbi.js"></script>
<script src="<%=resource%>/xhr.js"></script>
<script src="<%=media%>/js/jquery.min.js"></script>
<script type="text/javascript">//<![CDATA[
(function () {
function get_children(node) {
@ -282,4 +283,4 @@
</div>
</noscript>
<div id="tabmenu" style="display:none"></div>
<div id="tabmenu" style="display:none"></div>