Missing brackets during the merge. Added them

This commit is contained in:
ninadsp
2010-08-22 12:59:53 +05:30
parent 6a2445ccf2
commit 5a27df6ad8

View File

@@ -1810,6 +1810,8 @@ function PMA_ajaxShowMessage(message, timeout) {
.html("") .html("")
.hide(); .hide();
}) })
}
}
/** /**
* Hides/shows the "Open in ENUM/SET editor" message, depending on the data type of the column currently selected * Hides/shows the "Open in ENUM/SET editor" message, depending on the data type of the column currently selected