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/tbl_select.js
parentce30119534941a0686c58c278ce0a4d04e65d402 (diff)
Drop @uses tags from JS files
Diffstat (limited to 'js/tbl_select.js')
-rw-r--r--js/tbl_select.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/tbl_select.js b/js/tbl_select.js
index c97c1689d1..5a62430137 100644
--- a/js/tbl_select.js
+++ b/js/tbl_select.js
@@ -40,7 +40,6 @@ $(document).ready(function() {
* Ajax event handler for Table Search
*
* (see $GLOBALS['cfg']['AjaxEnable'])
- * @uses PMA_ajaxShowMessage()
*/
$("#tbl_search_form.ajax").live('submit', function(event) {
// jQuery object to reuse