at path:
ROOT
/
wp-content
/
plugins
/
jetpack
/
modules
/
shortcodes
/
js
/
recipes.js
run:
R
W
Run
brightcove.js
893 By
2026-04-17 06:07:59
R
W
Run
Delete
Rename
dependencies.js
62 By
2026-04-17 06:07:59
R
W
Run
Delete
Rename
main.js
7.54 KB
2026-04-17 06:07:59
R
W
Run
Delete
Rename
quiz.js
2.76 KB
2026-04-17 06:07:59
R
W
Run
Delete
Rename
recipes.js
377 By
2026-04-17 06:07:59
R
W
Run
Delete
Rename
slideshow-shortcode.js
6.47 KB
2026-04-17 06:07:59
R
W
Run
Delete
Rename
error_log
up
📄
recipes.js
Save
/* 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 );