forked from I2P_Developers/i2p.i2p
- /confighome validation fixes
- AJAX fixes - Translate 'router is down' message
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
<%=intl.title("home")%>
|
||||
<script src="/js/ajax.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
var failMessage = "<b><%=intl._("Router is down")%></b>";
|
||||
function requestAjax1() { ajax("/xhr1.jsp", "xhr", 15000); }
|
||||
function initAjax() { setInterval(requestAjax1, 15000); }
|
||||
function initAjax() { setTimeout(requestAjax1, 15000); }
|
||||
</script>
|
||||
</head><body onload="initAjax()">
|
||||
<%
|
||||
|
Reference in New Issue
Block a user