Skip to content
Snippets Groups Projects
Commit d5687b8d authored by ale's avatar ale
Browse files

pass explicit solution

parent 97603dc6
Branches
Tags
No related merge requests found
...@@ -13,6 +13,7 @@ djr.Player = function(backend, selector) { ...@@ -13,6 +13,7 @@ djr.Player = function(backend, selector) {
// Setup the jPlayer interface. // Setup the jPlayer interface.
this.circleplayer = new CirclePlayer(selector, {}, { this.circleplayer = new CirclePlayer(selector, {}, {
supplied: "mp3", supplied: "mp3",
solution: "html,flash",
swfPath: "/static/js", swfPath: "/static/js",
cssSelectorAncestor: "#cp_container", cssSelectorAncestor: "#cp_container",
error: function(e) { error: function(e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment