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
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2019-10-28 02:02:31 +0300
committerWilliam Desportes <williamdes@wdes.fr>2019-11-20 15:00:32 +0300
commit06be1cc209111bd93c5b0e59439b922a3c34ad48 (patch)
tree46f9d66e8c338ccd3880061a94344c42bef71226 /js
parent1de317993fc5ab7712a2eb90ac4c06d0624c740a (diff)
Fix comment mistakes
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'js')
-rw-r--r--js/designer/move.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/designer/move.js b/js/designer/move.js
index 8ab76b63cb..60cb639029 100644
--- a/js/designer/move.js
+++ b/js/designer/move.js
@@ -905,7 +905,7 @@ function Edit_pages () {
}
});
}
- }); // end $.get()
+ }); // end $.post()
});
}
@@ -989,7 +989,7 @@ function Delete_pages () {
}
});
}
- }); // end $.get()
+ }); // end $.post()
}
// ------------------------------ SAVE AS PAGES ---------------------------------------
@@ -1095,7 +1095,7 @@ function Save_as () {
$('select[name="selected_page"]').val(selected_page);
}
}
- }); // end $.get()
+ }); // end $.post()
}
function Prompt_to_save_current_page (callback) {
@@ -1185,7 +1185,7 @@ function Export_pages () {
}
});
}
- }); // end $.get()
+ }); // end $.post()
}// end export pages
function Load_page (page) {