Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Zac 223 posts 575 karma points
    Aug 21, 2013 @ 10:34
    Zac
    0

    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

    12:    $("input", $(element).parent()).each(function (i) {
    

    became

    12:    $("input", $(element).closets(".checkboxlist")).each(function (i) {
    

    Insert joke about skeletons

  • Comment author was deleted

    Aug 21, 2013 @ 11:41

    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/

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies