1
0
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:
Serios
2021-03-20 10:31:18 +02:00
committed by GitHub
parent b3372acf9c
commit d17eeab43c

File diff suppressed because one or more lines are too long