The branch, master has been updated via 783ad8c8685fcd6a97586a6802071e0ce0f93613 (commit) from 41e0d5cc53d255cc87dc696d492e743ced3097b7 (commit)
- Log ----------------------------------------------------------------- commit 783ad8c8685fcd6a97586a6802071e0ce0f93613 Author: Madhura Jayaratne madhura.cj@gmail.com Date: Sun Jan 30 07:56:54 2011 +0530
Fix typo.
-----------------------------------------------------------------------
Summary of changes: js/functions.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/js/functions.js b/js/functions.js index 2c8d2a1..42325ca 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 { $('<div id="create_table_dialog"></div>')
hooks/post-receive