diff options
author | ctrlaltca <> | 2013-01-21 18:35:58 +0000 |
---|---|---|
committer | ctrlaltca <> | 2013-01-21 18:35:58 +0000 |
commit | 89b713dad11390812873980e8a60c7fc408813f1 (patch) | |
tree | 248aa5868202d3d6a5a101b121a96bd079682b38 | |
parent | f2a2465a97591ad478ba6b99dc4bb55b09620452 (diff) |
ported r3259 to trunk/
-rw-r--r-- | framework/Web/Javascripts/source/prado/scriptaculous-adapter.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/Web/Javascripts/source/prado/scriptaculous-adapter.js b/framework/Web/Javascripts/source/prado/scriptaculous-adapter.js index 3c186d3e..9b526c45 100644 --- a/framework/Web/Javascripts/source/prado/scriptaculous-adapter.js +++ b/framework/Web/Javascripts/source/prado/scriptaculous-adapter.js @@ -202,6 +202,9 @@ Prado.PostBack = function(event,options) /*if(options['StopEvent']) */ Event.stop(event); Event.fireEvent(form,"submit"); + + $('PRADO_POSTBACK_TARGET').value = ''; + $('PRADO_POSTBACK_PARAMETER').value = ''; }; /** |