MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/tollerstore.com/wp-content/plugins/jetpack/modules/shortcodes/js/
File Upload :
Current < : /hermes/bosweb/b1705/tollerstore.com/wp-content/plugins/jetpack/modules/shortcodes/js/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 );