ipfire-new: Fix encoding of refreshInetInfo.js.

This commit is contained in:
Michael Tremer
2014-01-05 14:15:11 +01:00
parent af731c7dc5
commit ceda40f2bc

View File

@@ -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);
}