Commit f012fe15 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed: FS#3269 - German Translation for LogSystem Refresh-Periode are wrong

parent e92eda20
......@@ -104,7 +104,7 @@ function loadContentRefresh(pagename) {
reportError('Ajax Request was not successful.'+pagename);
}
});
setTimeout( "loadContentRefresh('"+pagename+"&refresh="+document.getElementById('refreshinterval').value+"')", document.getElementById('refreshinterval').value*1000 );
setTimeout( "loadContentRefresh('"+pagename+"&refresh="+document.getElementById('refreshinterval').value+"')", document.getElementById('refreshinterval').value*1000*60 );
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment