I have downloaded jquery.easing.js file to /sites/all/libraries/easing site directory and installed module, but jQuery Easing script doesnt loading (I checked page source code too). I cleared the cache after module installation, of course. On admin/reports/status report page jQuery Easing is version 1.3.

There is file perms:
-rw-rw-r-- 1 u12345 u12345 5555 Июл 28 22:17 jquery.easing.js

All others JS-libraries (e.g. colorbox) works fine.

What I'm do wrong?

Sorry for bad English.

CommentFileSizeAuthor
jquery.easing.js_.png11.06 KBvkapas
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vkapas’s picture

Issue summary: View changes
SKAUGHT’s picture

Status: Active » Closed (works as designed)

tagging.

this module doesn't (and isn't suppose to) by default load on all pages. this would be done by your own module/theme by using drapal_add_js or #attached methods.