Would it be possible to make the module check the misc/jquery.js to ensure it is the right version, and if not display a message via the hook_requirements function?

Comments

jjeff’s picture

Version: 5.x-0.8 » 5.x-1.x-dev

Actually both of these features are in the latest version. I just added a development release to make it easier to download.

The currently installed version of JQuery is displayed on the Status Report page (admin/logs/status).

What exactly do you mean by "the right version"? The module compares the misc/jquery.js file with the one included with JQuery Update. If these files are different, you get an error reminding you to copy the jquery.js over.

budda’s picture

That's exactly what I meant by the "right version". Good stuff.

jjeff’s picture

Status: Active » Fixed

rock!

Anonymous’s picture

Status: Fixed » Closed (fixed)