// source --> http://taca.acepanol.me/wp-content/plugins/simple-back-to-top//js/sbtt.js?ver=5.7 // Simple Back To Top Scripts jQuery(document).ready(function() { jQuery("body").append('
'); jQuery(window).scroll(function() { if(jQuery(this).scrollTop()!=0) { jQuery("#sbttBacktotop").fadeIn() } else { jQuery("#sbttBacktotop").fadeOut() } }); jQuery("#sbttBacktotop").on('click touchstart',function(e) { e.preventDefault(); jQuery("body,html").animate({scrollTop:0},500); return false; }); }); // source --> http://taca.acepanol.me/wp-includes/js/imagesloaded.min.js?ver=5.7 /*! This file is auto-generated */ /*! * imagesLoaded PACKAGED v4.1.4 * JavaScript is all like "You images are done yet or what?" * MIT License */ !function(e,t){"function"==typeof define&&define.amd?define("ev-emitter/ev-emitter",t):"object"==typeof module&&module.exports?module.exports=t():e.EvEmitter=t()}("undefined"!=typeof window?window:this,function(){function e(){}var t=e.prototype;return t.on=function(e,t){if(e&&t){var i=this._events=this._events||{},n=i[e]=i[e]||[];return n.indexOf(t)==-1&&n.push(t),this}},t.once=function(e,t){if(e&&t){this.on(e,t);var i=this._onceEvents=this._onceEvents||{},n=i[e]=i[e]||{};return n[t]=!0,this}},t.off=function(e,t){var i=this._events&&this._events[e];if(i&&i.length){var n=i.indexOf(t);return n!=-1&&i.splice(n,1),this}},t.emitEvent=function(e,t){var i=this._events&&this._events[e];if(i&&i.length){i=i.slice(0),t=t||[];for(var n=this._onceEvents&&this._onceEvents[e],o=0;o