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
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-04-22 03:12:30 +0400
committerRouslan Placella <rouslan@placella.com>2012-04-22 03:12:30 +0400
commitff66fdbdf9ed414dfa75c7e66f738887dd9efc25 (patch)
treeb86f946b150e3919cafce790faf716905b930c38 /js/db_operations.js
parentda0e04d179e8e11f3a0023e17305857c6fe6fbbd (diff)
Remove stray trailing whitespaces
Diffstat (limited to 'js/db_operations.js')
-rw-r--r--js/db_operations.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/db_operations.js b/js/db_operations.js
index 8ea2bc02f4..c9c0289232 100644
--- a/js/db_operations.js
+++ b/js/db_operations.js
@@ -49,7 +49,7 @@ $(function() {
$.get(url, $("#rename_db_form").serialize() + '&is_js_confirmed=1', function(data) {
if(data.success == true) {
-
+
PMA_ajaxShowMessage(data.message);
window.parent.db = data.newname;
@@ -88,7 +88,7 @@ $(function() {
var $msgbox = PMA_ajaxShowMessage(PMA_messages['strCopyingDatabase']);
var $form = $(this);
-
+
PMA_prepareForAjaxRequest($form);
$.get($form.attr('action'), $form.serialize(), function(data) {
@@ -110,7 +110,7 @@ $(function() {
else {
$('#floating_menubar').after(data.error);
}
-
+
PMA_ajaxRemoveMessage($msgbox);
}) // end $.get
}) // end copy database
@@ -137,5 +137,5 @@ $(function() {
}
}) // end $.get()
}) // end change charset
-
+
}, 'top.frame_content');