Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ function loadContentRefresh(pagename) { ...@@ -104,7 +104,7 @@ function loadContentRefresh(pagename) {
reportError('Ajax Request was not successful.'+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 );
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment