From 149aad02da36ef68444b5dec5c3f3383bce7ee50 Mon Sep 17 00:00:00 2001 From: "Ann + J.M" Date: Sat, 29 Mar 2014 22:26:42 +0100 Subject: [PATCH] Reset favorite dropdown when selecting "There are no .." Signed-off-by: Ann + J.M --- js/navigation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/navigation.js b/js/navigation.js index 5d7d99fd01..b531a53570 100644 --- a/js/navigation.js +++ b/js/navigation.js @@ -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 */