From 3601dfe89edcd68d9c0597ead0cb1ea53a44e918 Mon Sep 17 00:00:00 2001 From: Patrick Donelan Date: Wed, 11 Feb 2009 09:24:19 +0000 Subject: [PATCH] Re-applied Survey cancel button fix from merge --- www/extras/wobject/Survey/editsurvey/object.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/extras/wobject/Survey/editsurvey/object.js b/www/extras/wobject/Survey/editsurvey/object.js index 9508f07e6..bb049c3a6 100644 --- a/www/extras/wobject/Survey/editsurvey/object.js +++ b/www/extras/wobject/Survey/editsurvey/object.js @@ -49,6 +49,7 @@ Survey.ObjectTemplate = (function(){ text: "Cancel", handler: function(){ this.cancel(); + Survey.Comm.loadSurvey('-'); } }, { text: "Delete",