All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Javascript TypeError

lukesturgeon 13 Apr 2011 10:31 question, complete

Javascript error when using low_reorder with Matrix and Wygwam?

When I remove the low_reorder field the problem is gone. But with low_reorder in the field set I get an javascript TypeError: is not a function

Just below the low-reorder javascript code?

Replies

  1. Low 13 Apr 2011 11:08

    Looks like the cartthrobMatrix thing is to blame, by not ending the line with a semicolon.

    You could solve the problem yourself by opening up ft.low_reorder.php and changing the line

    /* Low Reorder: Hide reorder field */

    to

    ;/* Low Reorder: Hide reorder field */

    ... notice the semicolon as the first character.

  2. lukesturgeon 13 Apr 2011 11:14

    Fantastic, that's resolved the issue. Thanks alot!

  3. Low 13 Apr 2011 11:24

    Cool, glad it worked!