git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c30a8a9
)
themes/freifunk-generic: Add xhr.js in header
author
Manuel Munz
<redacted>
Thu, 18 Nov 2010 09:42:23 +0000
(09:42 +0000)
committer
Manuel Munz
<redacted>
Thu, 18 Nov 2010 09:42:23 +0000
(09:42 +0000)
themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm
patch
|
blob
|
history
diff --git
a/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm
b/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm
index 5f0069f911be8c40fe48cde7911ea5d92a743f79..617ae76c3597c37c3652dda68328a665c15d1bd1 100644
(file)
--- a/
themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm
+++ b/
themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm
@@
-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>
git clone https://git.99rst.org/PROJECT