diff options
author | Hsing-Wang Liao <kuoruan@gmail.com> | 2016-05-31 12:28:10 +0800 |
---|---|---|
committer | Hsing-Wang Liao <kuoruan@gmail.com> | 2016-05-31 13:58:39 +0800 |
commit | c44f04952bd258658a22b23327638ccb0cfcfc07 (patch) | |
tree | fb2af7ba8cca76a675c65db5df3058f97e753b69 /themes | |
parent | f4af114dbc04cc9b3df53d5a3b66a0f2a770c2d9 (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.htm | 1 |
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 %>"> |