From 3f7c35cd69bfe6d353b992fc96f871b525be132a Mon Sep 17 00:00:00 2001 From: Thilanka Kaushalya Date: Tue, 2 Aug 2011 21:39:58 +0530 Subject: [PATCH] Fixed bug in refresing the navigation after table operations --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index 169d37d325..bc94a89610 100644 --- a/js/functions.js +++ b/js/functions.js @@ -2019,7 +2019,7 @@ $(document).ready(function() { $("#result_query").prepend((data.message)); $("#copyTable").find("select[name='target_db'] option[value="+data.db+"]").attr('selected', 'selected'); - //Refresh navigation frame as a new table has been added + //Refresh navigation frame when the table is coppied if (window.parent && window.parent.frame_navigation) { window.parent.frame_navigation.location.reload(); }