From 03d92630797a77752ad2f890520ff8d4fdbbd35c Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 17 Nov 2009 07:48:12 -0800 Subject: [PATCH] Fix a JS typo in the Edit Survey screen. Fixes bug #11247. --- docs/changelog/7.x.x.txt | 1 + www/extras/wobject/Survey/editsurvey.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 63da32376..3fdba456a 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -22,6 +22,7 @@ - fixed #11242: Macros not executing in Download Templates - added TimeZone form controls accepts spaces or underscores in zone names. - fixed #11245: send stats + - fixed #11247: Survey edit screen broken 7.8.4 - Fixed a compatibility problem between WRE and new Spectre code. diff --git a/www/extras/wobject/Survey/editsurvey.js b/www/extras/wobject/Survey/editsurvey.js index 624d7b9a8..90d570207 100644 --- a/www/extras/wobject/Survey/editsurvey.js +++ b/www/extras/wobject/Survey/editsurvey.js @@ -99,7 +99,7 @@ Survey.Data = (function(){ draggable: true }); - Survey.Data.ddContainer.setHeader(Survey.i18n.get('Asset_Survey','Survey Objects'); + Survey.Data.ddContainer.setHeader(Survey.i18n.get('Asset_Survey','Survey Objects')); Survey.Data.ddContainer.setBody(d.ddhtml); Survey.Data.ddContainer.setFooter(document.getElementById("buttons")); Survey.Data.ddContainer.render();