mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
ipfire-new: Fix encoding of refreshInetInfo.js.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* functions for retrieving status information via jQuery
|
||||
* Modified: March 6th, 2013 by michael@koehler.tk
|
||||
* Authors: IPFire Team (info@ipfire.org)
|
||||
Kay-Michael K<EFBFBD>hler (michael@koehler.tk)
|
||||
Kay-Michael Köhler (michael@koehler.tk)
|
||||
* Visit http://www.ipfire.org/
|
||||
*/
|
||||
|
||||
@@ -49,5 +49,6 @@ function refreshInetInfo() {
|
||||
t_last = t_current;
|
||||
}
|
||||
});
|
||||
|
||||
window.setTimeout("refreshInetInfo()", 2000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user