Sid Gifari File Manager
🏠 Root
/
home1
/
immorth6
/
immortal-tech.net
/
wp-content
/
plugins
/
jetpack
/
modules
/
shortcodes
/
js
/
Editing: recipes.js
/* global jetpack_recipes_vars */ ( function( $ ) { $( window ).load( function() { $( '.jetpack-recipe-print a' ).click( function( event ) { event.preventDefault(); // Print the DIV. $( this ) .closest( '.jetpack-recipe' ) .printThis( { pageTitle: jetpack_recipes_vars.pageTitle, loadCSS: jetpack_recipes_vars.loadCSS, } ); } ); } ); } )( jQuery );
Save
Cancel