mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Fixing an issue with gallery prettyPhoto plugin
.size() function was deprecated as of jQuery 1.8. And removed in jQuery 3.0. More information [here](https://api.jquery.com/size/) Using it, is causing prettyPhoto not to work, with newer versions of jQuery. It must be replaced with .length property
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user