Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Whilst bugfixing an unrelated issue after upgrading from 3.0.12 to 3.0.14 I noticed the following after looking through my diffs:
File: Website/Umbraco/Plugins/umbracoContour/scripts/Frontend/contourform.js
12: $("input", $(element).parent()).each(function (i) {
became
12: $("input", $(element).closets(".checkboxlist")).each(function (i) {
Insert joke about skeletons
Comment author was deleted
Yeah it's been fixed in the 3.0.15 WIP version :) so closets needs to be closest ;)
You can get it here http://nightly.umbraco.org/Umbraco%20Contour/3.0.15%20WIP/
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Possible javascript bug
Whilst bugfixing an unrelated issue after upgrading from 3.0.12 to 3.0.14 I noticed the following after looking through my diffs:
File: Website/Umbraco/Plugins/umbracoContour/scripts/Frontend/contourform.js
became
Insert joke about skeletons
Comment author was deleted
Yeah it's been fixed in the 3.0.15 WIP version :) so closets needs to be closest ;)
You can get it here http://nightly.umbraco.org/Umbraco%20Contour/3.0.15%20WIP/
is working on a reply...