Skip to content

Commit d604470

Browse files
committed
remove call to matchmedia script
1 parent 5c87576 commit d604470

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wp-tevko-responsive-images.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
// First we queue the polyfill
1515
function tevkori_get_picturefill() {
1616
wp_enqueue_script( 'picturefill', plugins_url( '/js/picturefill.js', __FILE__ ) );
17-
wp_enqueue_script( 'matchmedia', plugins_url( '/js/matchmedia.js', __FILE__ ) );
1817
}
1918
add_action( 'wp_enqueue_scripts', 'tevkori_get_picturefill' );
2019

0 commit comments

Comments
 (0)