diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-18 03:07:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-18 03:07:21 +0000 |
commit | 8dde0803afb55f3621d0b2d31d7f3af476d42e3f (patch) | |
tree | ebf8fb9d73084abf27b81eeb9d1cf3ead8590c06 /libs | |
parent | 90cda51a51633d7fd1e7560927e0b180ecc5e2a0 (diff) |
libs/web: fix apply xhr for IE...
Diffstat (limited to 'libs')
-rw-r--r-- | libs/web/luasrc/view/cbi/apply_xhr.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/web/luasrc/view/cbi/apply_xhr.htm b/libs/web/luasrc/view/cbi/apply_xhr.htm index d519a5f59..8598dfe00 100644 --- 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> - <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, @@ -49,7 +49,7 @@ $Id$ 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> |