Reset favorite dropdown when selecting "There are no .."

Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
This commit is contained in:
Ann + J.M 2014-03-29 22:26:42 +01:00
parent 50ce95f974
commit 149aad02da

View File

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