summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorHsing-Wang Liao <kuoruan@gmail.com>2016-05-31 12:28:10 +0800
committerHsing-Wang Liao <kuoruan@gmail.com>2016-05-31 13:58:39 +0800
commitc44f04952bd258658a22b23327638ccb0cfcfc07 (patch)
treefb2af7ba8cca76a675c65db5df3058f97e753b69 /themes
parentf4af114dbc04cc9b3df53d5a3b66a0f2a770c2d9 (diff)
luci-theme-bootstrap: Remove jql.min.js which does not exist
Fix 404 error Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm b/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm
index d4d0a2b12..6f09bfcdf 100644
--- a/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm
+++ b/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm
@@ -172,7 +172,6 @@
<style title="text/css"><%= css %></style>
<% end -%>
<script src="<%=resource%>/xhr.js"></script>
- <script src="<%=resource%>/jql.min.js"></script>
</head>
<body class="lang_<%=luci.i18n.context.lang%> <%- if node then %><%= striptags( node.title ) %><%- end %>">