Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
f012fe15
Commit
f012fe15
authored
Feb 15, 2014
by
Till Brehm
Browse files
Fixed: FS#3269 - German Translation for LogSystem Refresh-Periode are wrong
parent
e92eda20
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/js/scrigo.js.php
View file @
f012fe15
...
...
@@ -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
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment