Add comment about conditional Ajax

This commit is contained in:
Marc Delisle
2011-02-02 12:35:06 -05:00
parent 3a3f6d5141
commit 215fe10af1

View File

@@ -51,6 +51,7 @@ $(document).ready(function() {
* (see $GLOBALS['cfg']['AjaxEnable']) * (see $GLOBALS['cfg']['AjaxEnable'])
* *
* @uses PMA_ajaxShowMessage() * @uses PMA_ajaxShowMessage()
* @see $GLOBALS['cfg']['AjaxEnable']
*/ */
$("#db_search_form.ajax").live('submit', function(event) { $("#db_search_form.ajax").live('submit', function(event) {
event.preventDefault(); event.preventDefault();