summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/shortcodes/js/recipes.js')
-rw-r--r--plugins/jetpack/modules/shortcodes/js/recipes.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/jetpack/modules/shortcodes/js/recipes.js b/plugins/jetpack/modules/shortcodes/js/recipes.js
deleted file mode 100644
index 3c987acc..00000000
--- a/plugins/jetpack/modules/shortcodes/js/recipes.js
+++ /dev/null
@@ -1,11 +0,0 @@
-/* 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 );