From 783ad8c8685fcd6a97586a6802071e0ce0f93613 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Sun, 30 Jan 2011 07:56:54 +0530 Subject: [PATCH] Fix typo. --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index 2c8d2a11c5..42325caa07 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1699,7 +1699,7 @@ $(document).ready(function() { open: PMA_verifyTypeOfAllColumns, buttons : button_options_error })// end dialog options - //remove the redundant [Back] link in the error message// + //remove the redundant [Back] link in the error message. .find('fieldset').remove(); } else { $('
') -- 2.11.4.GIT