summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_routes.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-10 14:56:26 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-10 15:13:13 -0500
commit865e0153f9bad8d8ab2689b8a0e44923bcc9907c (patch)
treec31fa0154970731edbbe5106a5878818bd8f5b29 /src/usr/local/www/diag_routes.php
parent2f4e37b1196be724d00746eab5a1ff5ba6d27b00 (diff)
downloadpfsense-865e0153f9bad8d8ab2689b8a0e44923bcc9907c.zip
pfsense-865e0153f9bad8d8ab2689b8a0e44923bcc9907c.tar.gz
Restore automatic reload
Diffstat (limited to 'src/usr/local/www/diag_routes.php')
-rw-r--r--src/usr/local/www/diag_routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_routes.php b/src/usr/local/www/diag_routes.php
index bb05957..c2a5bc0 100644
--- a/src/usr/local/www/diag_routes.php
+++ b/src/usr/local/www/diag_routes.php
@@ -211,7 +211,7 @@ function update_all_routes() {
}
events.push(function(){
-// setInterval('update_all_routes()', 5000);
+ setInterval('update_all_routes()', 5000);
update_all_routes();
$(document.forms[0]).on('submit', function(e){
OpenPOWER on IntegriCloud