Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js/rte.js
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-05-06 06:38:02 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-05-06 06:38:02 +0300
commit2b36ae1c4c9721fed8c47906bf64a4b9691d4fd9 (patch)
treec76b14cb23f7a6d7a8f7ac40740fca069692960b /js/rte.js
parent3448777601156ed7dfac00152b911eab05e0c2b9 (diff)
Fix comment. Add spaces for clarity
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/rte.js')
-rw-r--r--js/rte.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/rte.js b/js/rte.js
index 8edb34a884..2d56dddfab 100644
--- a/js/rte.js
+++ b/js/rte.js
@@ -187,7 +187,7 @@ RTE.COMMON = {
} else {
PMA_ajaxShowMessage(data.error, false);
}
- }; // end $.get()
+ }; // end showExport()
}, // end exportDialog()
editorDialog: function (is_new, $this) {
var that = this;