Merge remote-tracking branch 'origin/QA_4_3' into QA_4_3

This commit is contained in:
Weblate 2015-01-10 12:38:35 +01:00
commit 3f7dd45bcb
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ phpMyAdmin - ChangeLog
- bug Undefined index menuswork
- bug Undefined index navwork
- bug Undefined index central_columnswork
- bug Server Status refresh not behaving as expected
4.3.6.0 (2015-01-07)
- bug Undefined index notices while configuring recent and favorite tables

View File

@ -152,6 +152,7 @@ AJAX.registerOnload('server_status_processes.js', function() {
// Bind event handler for change in refresh rate
$('#id_refreshRate').on('change', function(event) {
processList.refreshInterval = $(this).val();
processList.refresh();
});
// Bind event handler for table header links
$('#tableprocesslist').on('click', 'thead a', function() {