Merge pull request #733 from kuoruan/jql

luci-theme-bootstrap: Remove jql.min.js which does not exist
This commit is contained in:
Jo-Philipp Wich 2016-06-05 11:47:01 +02:00
commit 7c5006db68

View file

@ -172,7 +172,6 @@
<style title="text/css"><%= css %></style> <style title="text/css"><%= css %></style>
<% end -%> <% end -%>
<script src="<%=resource%>/xhr.js"></script> <script src="<%=resource%>/xhr.js"></script>
<script src="<%=resource%>/jql.min.js"></script>
</head> </head>
<body class="lang_<%=luci.i18n.context.lang%> <%- if node then %><%= striptags( node.title ) %><%- end %>"> <body class="lang_<%=luci.i18n.context.lang%> <%- if node then %><%= striptags( node.title ) %><%- end %>">