golden hour
/home/doctorbruno/public_html/pgmed.org/wp-content/plugins/jetpack/modules/shortcodes/js
⬆️ Go Up
Upload
File/Folder
Size
Actions
brightcove.js
893 B
Del
OK
dependencies.js
62 B
Del
OK
main.js
7.54 KB
Del
OK
quiz.js
2.76 KB
Del
OK
recipes.js
377 B
Del
OK
slideshow-shortcode.js
6.47 KB
Del
OK
Edit: 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