Skip to content

Commit

Permalink
Merge branch 'hotfix-1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kerpedjiev committed Apr 15, 2015
2 parents 4e156b4 + c2f9c8a commit d500027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fornaf.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ function FornaContainer(element, passedOptions) {

// set css for svg
var style = svg.append('svg:style');
$.get("../css/fornac.css", function(content){
$.get(location.origin + window.location.pathname.replace(/[^\/]+$/g,"") + "css/fornac.css", function(content){
style.text(content.replace(/[\s\n]/g, ""));
});

Expand Down

0 comments on commit d500027

Please sign in to comment.