When installing the module as instructed, the jquery.hammer plugin shows as an error. This is due to the mmenu.module thinking that the version for jquery.hammer.js is on line 3 instead of line 6.

jQuery Hammer MMenu

Fix this error by changing the version over. I will create a patch against the dev version also.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

willhallonline created an issue. See original summary.

willhallonline’s picture

willhallonline’s picture

Title: jquery.hammer.js Showing as error » jquery.hammer.js Showing as missing in Status Report
willhallonline’s picture

Status: Active » Patch (to be ported)
voughndutch’s picture

i have applied patch still no luck. i am using commons install profile

Jay.Chen’s picture

Status: Patch (to be ported) » Needs review

Can you follow the instruction to use the jquery.hammer.js v2.0.0?

https://www.drupal.org/node/2324017

jquery.hammer.js

voughndutch’s picture

for the record the link referenced on the status page does not host the proper file. I googled the referenced 2.0.0 version and used trial and error on the files i found.

Jay.Chen’s picture

@voughndutch, did you run the Drupal on Linux system? If so, can you try to reset the permission properly for reading these library files?

cd /path/to/the/document_root
chmod -R 755 sites/all/libraries/mmenu

afagioli’s picture

Years later, do we have some activity here?
As part involved, feel free to close this issue if nothing else is left here.

Thanks everybody!