Merge remote-tracking branch 'origin/QA_4_3' into QA_4_3
This commit is contained in:
commit
3f7dd45bcb
@ -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
|
||||
|
||||
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user