Download & Extend

jQuery EyeCandy requires Dimensions plugin now integrated to jQuery

Project:jQuery Eye Candy
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:patch (to be ported)

Issue Summary

Some jQuery plugins enabled by jQuery EyeCandy do require the Dimensions plugin. However, jQuery 1.6 and over now include the Dimensions plugin.

The problem is that jQuery EyeCandy prevents access to theses plugins, wrongly stating that the Dimensions plugin in uninstalled and required. This patch fixes that issue by removing any reference to the Dimensions plugin.

Comments

#1

Here is the patch:

AttachmentSize
jq_eyecandy-[446970].patch 5.29 KB

#2

Thanks for this.