forked from I2P_Developers/i2p.i2p
i2ptunnel, susidns: Add headers.jsi Console: Remove onload and use nonce for inline scripts where able Version remaining js links
8 lines
439 B
Plaintext
8 lines
439 B
Plaintext
<script src="/js/ajax.js?<%=net.i2p.CoreVersion.VERSION%>" type="text/javascript"></script>
|
|
<script nonce="<%=cspNonce%>" type="text/javascript">
|
|
var failMessage = "<hr><b><%=intl._t("Router is down")%><\/b>";
|
|
function requestAjax1() { ajax("/xhr1.jsp?requestURI=<%=request.getRequestURI()%>", "xhr", <%=intl.getRefresh()%>000); }
|
|
function initAjax() { setTimeout(requestAjax1, <%=intl.getRefresh()%>000); }
|
|
initAjax();
|
|
</script>
|