luci-theme-bootstrap: Remove jql.min.js which does not exist 733/head
authorHsing-Wang Liao <kuoruan@gmail.com>
Tue, 31 May 2016 04:28:10 +0000 (12:28 +0800)
committerHsing-Wang Liao <kuoruan@gmail.com>
Tue, 31 May 2016 05:58:39 +0000 (13:58 +0800)
Fix 404 error

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm

index d4d0a2b..6f09bfc 100644 (file)
                        <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 %>">