Setting Prefs gives Javascript error
-------------------------------------
Key: SHINDIG-129
URL: https://issues.apache.org/jira/browse/SHINDIG-129
Project: Shindig
Issue Type: Bug
Components: OpenSocial - Javascript
Reporter: Chris Chabot
I have a sample container with a number of gadgets:
http://shindig/gadgets/files/container/example.html
When i set the preference in the horoscope gadget, i get: "val is not defined",
in the function:
gadgets.Prefs.prototype.getString = function(key) {
return prefs[key] ? gadgets.util.escapeString(val) : "";
};
This used to work up to about a week ago (rough guestimate)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.