Submit
Path:
~
/
home
/
getwphos
/
public_html
/
milceticarch
/
wp-content
/
plugins
/
edge-core
/
shortcodes
/
process
/
assets
/
js
/
File Content:
process.js
(function($) { 'use strict'; var process = {}; edgtf.modules.process = process; process.edgtfInitProcess = edgtfInitProcess; process.edgtfOnDocumentReady = edgtfOnDocumentReady; $(document).ready(edgtfOnDocumentReady); /* All functions to be called on $(document).ready() should be in this function */ function edgtfOnDocumentReady() { edgtfInitProcess() } /** * Inti process shortcode on appear */ function edgtfInitProcess() { var holder = $('.edgtf-process-holder'); if(holder.length) { holder.each(function(){ var thisHolder = $(this); thisHolder.appear(function(){ thisHolder.addClass('edgtf-process-appeared'); },{accX: 0, accY: edgtfGlobalVars.vars.edgtfElementAppearAmount}); }); } } })(jQuery);
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
process.js
778 bytes
0644
N4ST4R_ID | Naxtarrr