Skip to content

Commit

Permalink
Merge pull request zen-audio-player#221 from zen-audio-player/bugfix/…
Browse files Browse the repository at this point in the history
…plyr-svg-url

forgot to fix this for some reason
  • Loading branch information
shakeelmohamed authored Jul 1, 2016
2 parents 4cc8cbd + 88ec41f commit 94e62ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/everything.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ var ZenPlayer = {
updated: false,
init: function(videoID) {
// Inject svg with control icons
$("#plyr-svg").load("../bower_components/plyr/dist/sprite.svg");
$("#plyr-svg").load("../bower_components/plyr/dist/plyr.svg");

plyrPlayer = document.querySelector(".plyr");

Expand Down

0 comments on commit 94e62ea

Please sign in to comment.