drrobotnik
2/28/2014 - 1:12 AM

whyuno

whyuno

$('.event-gallery a').magnificPopup({
		type: 'ajax',
		callbacks: {
			close: function() {
				// destroy the slider to avoid memory leaks
				this.content.find('.royalSlider').data('royalSlider').destroy();
			}
		}
	});