HEX
Server: Apache/2.4.65 (Debian)
System: Linux localhost 6.9.12 #1 SMP Tue May 5 14:23:20 UTC 2026 x86_64
User: www-data (33)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/enfold/js/aviapopup/changelog.txt
2022-04-11 v1.2.2

- replaced deprecated $.fn.focus() with .trigger( 'focus' )


2021-03-17 v1.2.1

- added check for body class 'responsive-images-lightbox-support'
- added scrset and sizes attribute to images: https://github.com/dimsemenov/Magnific-Popup/issues/553#issuecomment-129216543:
	- line 1305ff:
		img.srcset = item.el.find('img').attr('srcset');
		img.sizes = item.el.find('img').attr('sizes');
- added scrset and sizes attribute to galleries:
	- line 1824ff:
		if( item.el.length > 0 )
		{ .......


2021-01-12 v1.2.0

- Replaced .click(function() with .on('click', function()
- Replaced .isFunction() with 'function' === typeof
- Replaced .isArray with Array.isArray


2021-01-12 forked from github as no longer supported there