This commit is contained in:
Reinier Balt 2011-05-08 15:03:55 +02:00
parent b3d92b9779
commit 4d46750f05
6 changed files with 14 additions and 3 deletions

View file

@ -999,6 +999,10 @@ function redirect_to(path) {
window.location.href = path;
}
function refresh_page() {
location.reload(true);
}
function setup_auto_refresh(interval){
field_touched = false;
function refresh_page() {