// SYSTEM PANEL //
[ROOT]
/
home
/
salvufkx
/
homedir
/
public_html
/
wp-content
/
plugins
/
gallery-images-ape
/
assets
/
js
[ PARENT ]
EDIT :: script.js
/* * Ape Gallery http://wpape.net * Version: 1.2.4 - 61253 * Author: Wp Ape (c) * Author URI: http://wpape.net * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Date: Thu, 08 Dec 2016 16:31:35 GMT */ (function($){ $('.wpape_gallery').each( function(){ var objectOptions = window[ $(this).data('options') ]; var realOptions = $.extend({ },objectOptions); var gallery = $(this).collagePlus( realOptions ); if(realOptions.touch==1){ $("body").swipe({ swipeLeft: function(event, direction, distance, duration, fingerCount){ $(".mfp-arrow-left").magnificPopup("prev"); }, swipeRight: function(){ $(".mfp-arrow-right").magnificPopup("next"); }, threshold: 50 }); $("body").swipe("disable"); } if( apeGalleryDelay != undefined && apeGalleryDelay > 0 ){ setTimeout(function(){ gallery.eveMB('resize'); }, apeGalleryDelay); } }); })( window.apeQuer || window.jQuery );
SAVE
CANCEL