From 6e908dfeb255f1e02140545c46e7a68f1ed0025a Mon Sep 17 00:00:00 2001 From: ninadsp Date: Thu, 22 Jul 2010 00:01:16 +0530 Subject: [PATCH] Refresh navigation on creation of new table. Bug noticed by Marc Delisle --- js/functions.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/functions.js b/js/functions.js index 1825a3b27..221a46ff6 100755 --- a/js/functions.js +++ b/js/functions.js @@ -1891,6 +1891,9 @@ $(document).ready(function() { .removeClass('odd').addClass('even') .end().find('tr:odd') .removeClass('even').addClass('odd'); + + //Refresh navigation frame + window.parent.refreshNavigation(); } else { PMA_ajaxShowMessage(data.error);