From 8a6327dc2a9934910d1894543869372db38d9a7a Mon Sep 17 00:00:00 2001 From: Patrick Donelan Date: Tue, 2 Jun 2009 07:04:41 +0000 Subject: [PATCH] Fixed #9920 Survey: cannot add questions in IE --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Form/Keywords.pm | 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 5e1a8ffd6..587bb9bd0 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -9,6 +9,7 @@ - fixed missing edit story and delete story icons in the Story Archive and Story Topic. - fixed #10453: Project Management System Broken in 7.7.8 - fixed Two sets of delete buttons for photos in the Story. + - fixed #9920: Survey: cannot add questions in IE 7.7.8 - fixed: Basic Auth doesn't work if password contains colon (Arjan Widlak, diff --git a/lib/WebGUI/Form/Keywords.pm b/lib/WebGUI/Form/Keywords.pm index 92ebc12bd..9f80b3eda 100644 --- a/lib/WebGUI/Form/Keywords.pm +++ b/lib/WebGUI/Form/Keywords.pm @@ -106,7 +106,7 @@ sub toHtml { var oDS = new YAHOO.util.XHRDataSource('$pageUrl'); oDS.responseType = YAHOO.util.XHRDataSource.TYPE_JSON; oDS.responseSchema = { - resultsList : "keywords", + resultsList : "keywords" }; var oAC = new YAHOO.widget.AutoComplete("$name", "$autocompleteDiv", oDS);