diff options
Diffstat (limited to 'src/demos/twitter_bootstrap.html')
-rw-r--r-- | src/demos/twitter_bootstrap.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/twitter_bootstrap.html b/src/demos/twitter_bootstrap.html index d595445..eca1583 100644 --- a/src/demos/twitter_bootstrap.html +++ b/src/demos/twitter_bootstrap.html @@ -88,7 +88,7 @@ } } - $.prompt.open(temp,{ + $.prompt(temp,{ close: function(e,v,m,f){ if(v !== undefined){ var str = "You can now process with this given information:<br />"; |