bug #3569577 [edit] Add routine parameter headers not valid for "function"

This commit is contained in:
Madhura Jayaratne 2012-09-24 21:56:17 +05:30
parent 3fe7816596
commit 50abc1cbb3
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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()
/**