[virtualcommons-developer] commit/vcweb: alllee: s/attr/prop
Status: Beta
Brought to you by:
alllee
From: <com...@bi...> - 2013-03-26 08:44:39
|
1 new commit in vcweb: https://bitbucket.org/virtualcommons/vcweb/commits/a384ab7d24a0/ Changeset: a384ab7d24a0 User: alllee Date: 2013-03-26 09:44:24 Summary: s/attr/prop Affected #: 1 file diff -r e1c60488c39b6e7bbd4f6ff568e187ab863d7c32 -r a384ab7d24a0f431bff64eb1036ec8ca6c1700cf vcweb/boundaries/templates/boundaries/participate.html --- a/vcweb/boundaries/templates/boundaries/participate.html +++ b/vcweb/boundaries/templates/boundaries/participate.html @@ -444,7 +444,7 @@ }; model.setFormDisabled = function(toggle) { // disable all form inputs - $('#vcweb-form :input').attr("disabled", toggle); + $('#vcweb-form :input').prop("disabled", toggle); } model.submitDecision = function(data, evt) { if (evt) { Repository URL: https://bitbucket.org/virtualcommons/vcweb/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |