2020-04-07 20:47:12 +00:00
|
|
|
<%
|
|
|
|
if (!intl.getDisableRefresh()) {
|
|
|
|
%><script src="/js/ajax.js?<%=net.i2p.CoreVersion.VERSION%>" type="text/javascript"></script>
|
2019-12-25 12:18:00 +00:00
|
|
|
<script nonce="<%=cspNonce%>" type="text/javascript">
|
2020-09-20 05:05:57 +00:00
|
|
|
/* @license http://creativecommons.org/publicdomain/zero/1.0/legalcode CC0-1.0 */
|
|
|
|
|
2015-09-25 19:55:36 +00:00
|
|
|
var failMessage = "<hr><b><%=intl._t("Router is down")%><\/b>";
|
2012-07-17 00:47:08 +00:00
|
|
|
function requestAjax1() { ajax("/xhr1.jsp?requestURI=<%=request.getRequestURI()%>", "xhr", <%=intl.getRefresh()%>000); }
|
|
|
|
function initAjax() { setTimeout(requestAjax1, <%=intl.getRefresh()%>000); }
|
2019-12-25 12:18:00 +00:00
|
|
|
initAjax();
|
2020-09-20 05:05:57 +00:00
|
|
|
|
|
|
|
/* @license-end */
|
2020-04-07 20:47:12 +00:00
|
|
|
</script><%
|
|
|
|
}
|
|
|
|
%>
|