Skip to content

Commit

Permalink
Release v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pupunzi committed Jul 4, 2016
2 parents 3c7e49a + 0c95b30 commit ac5d0df
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.mb.miniAudioPlayer",
"version": "1.8.4",
"version": "1.8.3",
"homepage": "http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-miniaudioplayer/",
"authors": [
"pupunzi"
Expand All @@ -21,5 +21,5 @@
"test",
"tests"
],
"buildnum": "49888"
"buildnum": "49885"
}
4 changes: 2 additions & 2 deletions dist/jquery.mb.miniAudioPlayer.js

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

10 changes: 5 additions & 5 deletions dist/jquery.mb.miniAudioPlayer.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"player",
"jPlayer"
],
"version": "1.8.4",
"version": "1.8.3",
"author": "Pupunzi <[email protected]> (Matteo Bicocchi)",
"maintainers": [
"Pupunzi <[email protected]> (Matteo Bicocchi)"
Expand Down Expand Up @@ -54,5 +54,5 @@
"grunt-contrib-watch": "^0.6.1",
"grunt-include-replace": "^3.0.0"
},
"buildnum": "49888"
"buildnum": "49885"
}
4 changes: 2 additions & 2 deletions src/jquery.mb.miniPlayer.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
if (master.player.opt.addGradientOverlay)
$controlsBox.addClass("gradientOverlay");

var $layout = jQuery("<div class='playerTable'> <div></div><div></div><div></div><div></div><div></div><div></div> </div>");
var $layout = jQuery("<div class='playerTable'><div></div><div></div><div></div><div></div><div></div><div></div></div>");

if (!jQuery("#JPLContainer").length) {
var JPLContainer = jQuery("<div/>").attr({id: "JPLContainer"});
Expand All @@ -180,7 +180,7 @@
$master.after($controlsBox);
$controlsBox.html($layout);

master.player.fileUrl = encodeURI(master.player.opt.mp3 || master.player.opt.m4a);
master.player.fileUrl = encodeURI(master.player.opt.mp3 || master.player.opt.m4a || master.player.opt.ogg);
var fileExtension = master.player.fileUrl.substr((Math.max(0, master.player.fileUrl.lastIndexOf(".")) || Infinity) + 1);

//if there's a querystring remove it
Expand Down

0 comments on commit ac5d0df

Please sign in to comment.