1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-10 17:46:21 +02:00
Commit Graph

2 Commits

Author SHA1 Message Date
d17eeab43c 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
2021-03-20 10:31:18 +02:00
3198440697 Add prettyPhoto and jQuery Cycle libraries to lib folder. 2016-03-29 10:45:45 +02:00