bug #3569577 [edit] Add routine parameter headers not valid for "function"
This commit is contained in:
parent
3fe7816596
commit
50abc1cbb3
@ -3,6 +3,7 @@ phpMyAdmin - ChangeLog
|
||||
|
||||
3.5.4.0 (not yet released)
|
||||
- bug #3570212 [edit] uuid_short() is a no-arguments function
|
||||
- bug #3569577 [edit] Add routine parameter headers not valid for "function"
|
||||
|
||||
3.5.3.0 (not yet released)
|
||||
- bug #3539044 [interface] Browse mode "Show" button gives blank page if no results anymore
|
||||
|
||||
@ -295,7 +295,7 @@ $(document).ready(function () {
|
||||
* fields are shown in the editor when changing the routine type
|
||||
*/
|
||||
$('select[name=item_type]').live('change', function () {
|
||||
$('tr.routine_return_row, td.routine_direction_cell').toggle();
|
||||
$('tr.routine_return_row, td.routine_direction_cell, th.routine_direction_cell').toggle();
|
||||
}); // end $.live()
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user