Merge branch 'QA_4_3'
This commit is contained in:
commit
49da35b5fc
@ -158,6 +158,9 @@ var PMA_console = {
|
||||
$('#pma_bookmarks .switch_button').click(function() {
|
||||
PMA_console.hideCard($(this).closest('.card'));
|
||||
});
|
||||
$('#pma_console_options .switch_button').click(function() {
|
||||
PMA_console.hideCard($(this).closest('.card'));
|
||||
});
|
||||
|
||||
$('#pma_console_options input[type=checkbox]').change(function() {
|
||||
PMA_console.updateConfig();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user