Skip to content

Commit

Permalink
fixed assets path bug
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Feb 26, 2015
1 parent afd1fab commit 2a2b2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/visualize/visualize.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ angular
}

// do not attempt to load dll's for demo
var url = "/assets/temp/demo/188238_" + hourOfDay + ".png";
var url = paths.site.root + "/assets/temp/demo/188238_" + hourOfDay + ".png";
return url;
}
}
Expand Down

0 comments on commit 2a2b2d5

Please sign in to comment.