Made Survey Preview a little less brutal
This commit is contained in:
parent
fcad3a112d
commit
cdc44a1bfb
2 changed files with 4 additions and 4 deletions
|
|
@ -108,7 +108,7 @@ Survey.ObjectTemplate = (function(){
|
|||
alert('Sorry, preview is only supported for Sections and Questions, not Answers');
|
||||
}
|
||||
else {
|
||||
var msg = 'This will delete any Survey responses you have made under this ' +
|
||||
var msg = 'This will delete any in-progress Survey responses you have made under this ' +
|
||||
'user account and redirect you to the Take Survey page starting at the selected item. ' +
|
||||
"\n\nAre you sure you want to continue?";
|
||||
if (confirm(msg)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue