projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
90cda51
)
libs/web: fix apply xhr for IE...
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 18 Nov 2010 03:07:21 +0000
(
03:07
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 18 Nov 2010 03:07:21 +0000
(
03:07
+0000)
libs/web/luasrc/view/cbi/apply_xhr.htm
patch
|
blob
|
history
diff --git
a/libs/web/luasrc/view/cbi/apply_xhr.htm
b/libs/web/luasrc/view/cbi/apply_xhr.htm
index
d519a5f
..
8598dfe
100644
(file)
--- a/
libs/web/luasrc/view/cbi/apply_xhr.htm
+++ b/
libs/web/luasrc/view/cbi/apply_xhr.htm
@@
-15,7
+15,7
@@
$Id$
<% export("cbi_apply_xhr", function(id, configs, redirect) -%>
<fieldset class="cbi-section" id="cbi-apply-<%=id%>">
<legend><%:Applying changes%></legend>
<% export("cbi_apply_xhr", function(id, configs, redirect) -%>
<fieldset class="cbi-section" id="cbi-apply-<%=id%>">
<legend><%:Applying changes%></legend>
- <script type="text/javascript"><![CDATA[
+ <script type="text/javascript">
//
<![CDATA[
var apply_xhr = new XHR();
apply_xhr.get('<%=luci.dispatcher.build_url("servicectl", "restart", table.concat(configs, ","))%>', null,
var apply_xhr = new XHR();
apply_xhr.get('<%=luci.dispatcher.build_url("servicectl", "restart", table.concat(configs, ","))%>', null,
@@
-49,7
+49,7
@@
$Id$
window.setTimeout(checkfinish, 1000);
}
);
window.setTimeout(checkfinish, 1000);
}
);
- ]]></script>
+
//
]]></script>
<img src="<%=resource%>/icons/loading.gif" alt="<%:Loading%>" style="vertical-align:middle" />
<span id="cbi-apply-<%=id%>-status"><%:Waiting for router...%></span>
<img src="<%=resource%>/icons/loading.gif" alt="<%:Loading%>" style="vertical-align:middle" />
<span id="cbi-apply-<%=id%>-status"><%:Waiting for router...%></span>