Merge branch 'QA_4_3'

This commit is contained in:
Marc Delisle 2015-01-10 06:39:01 -05:00
commit ddf25f9cce
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,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() {