summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-06-05 11:47:01 +0200
committerJo-Philipp Wich <jo@mein.io>2016-06-05 11:47:01 +0200
commit7c5006db68b1f12bbc9f5b5e1905669069a2375d (patch)
tree5b988ee1dfa5bfab00e8b137ffce162f8b7acadd
parente87132021b9117ea9feb7b6b7f0633db5cf8bede (diff)
parentc44f04952bd258658a22b23327638ccb0cfcfc07 (diff)
Merge pull request #733 from kuoruan/jql
luci-theme-bootstrap: Remove jql.min.js which does not exist
-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 %>">