forked from I2P_Developers/i2p.i2p
6 lines
311 B
Plaintext
6 lines
311 B
Plaintext
<script 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); }
|
|
</script>
|