Javascript TypeError
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
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.
lukesturgeon 13 Apr 2011 11:14
Fantastic, that's resolved the issue. Thanks alot!
Low 13 Apr 2011 11:24
Cool, glad it worked!