Re-applied Survey cancel button fix from merge

This commit is contained in:
Patrick Donelan 2009-02-11 09:24:19 +00:00
parent 03be723535
commit 3601dfe89e

View file

@ -49,6 +49,7 @@ Survey.ObjectTemplate = (function(){
text: "Cancel", text: "Cancel",
handler: function(){ handler: function(){
this.cancel(); this.cancel();
Survey.Comm.loadSurvey('-');
} }
}, { }, {
text: "Delete", text: "Delete",