Skip to content

Commit

Permalink
Merge pull request #25 from eurunuela/doc/me-reports
Browse files Browse the repository at this point in the history
Use relative path for static figures on dynamic reports
  • Loading branch information
emdupre authored Jun 4, 2020
2 parents ba68bfd + 05e91a4 commit 663f5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tedana/reporting/dynamic_figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// Image Below Plots
div.text = ""
var line = "<span><img src='" + outdir + "/figures/comp_"+selected_padded_forIMG+".png'" +
var line = "<span><img src='./figures/comp_"+selected_padded_forIMG+".png'" +
" alt='Component Map'><span>\\n";
console.log('Linea: ' + line)
var text = div.text.concat(line);
Expand Down

0 comments on commit 663f5eb

Please sign in to comment.