Reset favorite dropdown when selecting "There are no .."
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
This commit is contained in:
parent
50ce95f974
commit
149aad02da
@ -117,8 +117,8 @@ $(function () {
|
||||
$form.find('input[name=db]').val(arr.db);
|
||||
$form.find('input[name=table]').val(arr.table);
|
||||
$form.submit();
|
||||
$(this).prop('selectedIndex', 0);
|
||||
}
|
||||
$(this).prop('selectedIndex', 0);
|
||||
});
|
||||
|
||||
/** Create a Routine, Trigger or Event */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user