diff options
| -rw-r--r-- | framework/Web/Javascripts/source/prado/scriptaculous-adapter.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/framework/Web/Javascripts/source/prado/scriptaculous-adapter.js b/framework/Web/Javascripts/source/prado/scriptaculous-adapter.js index 626f8b5a..4dba8e0e 100644 --- a/framework/Web/Javascripts/source/prado/scriptaculous-adapter.js +++ b/framework/Web/Javascripts/source/prado/scriptaculous-adapter.js @@ -252,9 +252,9 @@ Prado.Element =  	{
  		var el = $(element);
  		if(el)
 -			Event.fireEvent(el,'click');
 +			el.click();
  	},
 -
 +	
  	/**
  	 * Check if an DOM element is disabled.
  	 * @function {boolean} ?
 | 
