diff options
Diffstat (limited to 'demos/survey.html')
-rw-r--r-- | demos/survey.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/survey.html b/demos/survey.html index 43ff180..ee4ae24 100644 --- a/demos/survey.html +++ b/demos/survey.html @@ -79,7 +79,7 @@ } $.prompt(temp,{ - callback: function(e,v,m,f){ + close: function(e,v,m,f){ var str = "You can now process with this given information:<br />"; $.each(f,function(i,obj){ str += i + " - <em>" + obj + "</em><br />"; |