Re-applied Survey cancel button fix from merge
This commit is contained in:
parent
03be723535
commit
3601dfe89e
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue