From 5a27df6ad8987766f3ad4f5b0b4a60b644f6c9d5 Mon Sep 17 00:00:00 2001 From: ninadsp Date: Sun, 22 Aug 2010 12:59:53 +0530 Subject: [PATCH] Missing brackets during the merge. Added them --- js/functions.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/functions.js b/js/functions.js index 89e0be17f..56ffc3969 100755 --- a/js/functions.js +++ b/js/functions.js @@ -1810,6 +1810,8 @@ function PMA_ajaxShowMessage(message, timeout) { .html("") .hide(); }) + } +} /** * Hides/shows the "Open in ENUM/SET editor" message, depending on the data type of the column currently selected