2019-12-25 12:18:00 +00:00
|
|
|
<script src="/js/ajax.js?<%=net.i2p.CoreVersion.VERSION%>" type="text/javascript"></script>
|
|
|
|
<script nonce="<%=cspNonce%>" type="text/javascript">
|
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();
|
2012-07-17 00:47:08 +00:00
|
|
|
</script>
|