Skip to main content

Bug Tracker

Side navigation

#903 closed bug (fixed)

Opened January 31, 2007 04:32PM UTC

Closed January 31, 2007 04:40PM UTC

Last modified June 20, 2007 03:08AM UTC

$ should be jQuery in form.js line 304

Reported by: Fil Owned by:
Priority: trivial Milestone:
Component: plugin Version:
Keywords: Cc: fil@rezo.net
Blocked by: Blocking:
Description
Attachments (0)
Change History (2)

Changed January 31, 2007 04:32PM UTC by Fil comment:1

Here's the patch

> -                    var offset = $(this).offset();                           
> +                    var offset = jQuery(this).offset();                      

Changed January 31, 2007 04:40PM UTC by brandon comment:2

resolution: → fixed
status: newclosed

Fixed in revision 1233