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-11 00:48:53 +0400
committerRouslan Placella <rouslan@placella.com>2012-04-11 00:50:34 +0400
commit6ae5cafb4622e6ae1c99c998bdf2e0ac782b5796 (patch)
treef7d942d533b72e3617aea660a0f5ead8d05d8346 /js/db_operations.js
parentce30119534941a0686c58c278ce0a4d04e65d402 (diff)
Drop @uses tags from JS files
Diffstat (limited to 'js/db_operations.js')
-rw-r--r--js/db_operations.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/db_operations.js b/js/db_operations.js
index 83f5da3908..05c7d9ca63 100644
--- a/js/db_operations.js
+++ b/js/db_operations.js
@@ -23,8 +23,6 @@ $(document).ready(function() {
/**
* Ajax event handlers for 'Rename Database'
*
- * @uses $.PMA_confirm()
- * @uses PMA_ajaxShowUser()
* @see $cfg['AjaxEnable']
*/
$("#rename_db_form.ajax").live('submit', function(event) {
@@ -82,7 +80,6 @@ $(document).ready(function() {
/**
* Ajax Event Handler for 'Copy Database'
*
- * @uses PMA_ajaxShowMessage()
* @see $cfg['AjaxEnable']
*/
$("#copy_db_form.ajax").live('submit', function(event) {
@@ -121,7 +118,6 @@ $(document).ready(function() {
/**
* Ajax Event handler for 'Change Charset' of the database
*
- * @uses PMA_ajaxShowMessage()
* @see $cfg['AjaxEnable']
*/
$("#change_db_charset_form.ajax").live('submit', function(event) {