/*! * RevSlider * * WPBakery Page Builder Extension 3.2.8 */ /* jshint -W062 */ var WVCRevSlider = function( $ ) { 'use strict'; return { /** * Init UI */ init : function () { } }; }( jQuery ); ( function( $ ) { 'use strict'; $(window).on('pageshow', function() { WVCRevSlider.init(); } ); } )( jQuery );