themes/freifunk-generic: Add xhr.js in header
This commit is contained in:
parent
c30a8a9d52
commit
e9174fbba1
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ require("luci.http").prepare_content("application/xhtml+xml")
|
|||
<!--[if IE 7]><link rel="stylesheet" type="text/css" media="screen" href="<%=media%>/ie7.css" /><![endif]-->
|
||||
<% if node and node.css then %><link rel="stylesheet" type="text/css" media="screen" href="<%=resource%>/<%=node.css%>" />
|
||||
<% end -%>
|
||||
<script type="text/javascript" src="<%=resource%>/xhr.js"></script>
|
||||
|
||||
<title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. node.title or '')) %> - LuCI</title>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue