Skip to content

Commit

Permalink
Updated to Picturefill 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanledin committed Oct 7, 2015
1 parent b948e03 commit d88008c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion responsify-wp.php
Expand Up @@ -98,7 +98,7 @@ public function enqueue_scripts()
if ( $selected_element == 'span' ) {
wp_enqueue_script( 'picturefill', plugins_url('/src/picturefill.1.2.1.js', __FILE__), null, null, true);
} else {
wp_enqueue_script( 'picturefill', plugins_url('/src/picturefill.2.3.1.min.js', __FILE__), null, null, true);
wp_enqueue_script( 'picturefill', plugins_url('/src/picturefill.3.0.1.min.js', __FILE__), null, null, true);
}
}
}
Expand Down
4 changes: 0 additions & 4 deletions src/picturefill.2.3.1.min.js

This file was deleted.

5 changes: 5 additions & 0 deletions src/picturefill.3.0.1.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d88008c

Please sign in to comment.