Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1a61b0e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin committed Jun 1, 2024
1 parent b67e733 commit 46e213c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webassets/iframe_visavis.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

window.plot.on_fixel_checked = (checked) => {
const link = window.plot.json_request();
visavis_plot.json_request( checked ? `${link}&fixel=1` : link.replace('&fixel=1', '') );
window.plot.json_request( checked ? `${link}&fixel=1` : link.replace('&fixel=1', '') );
}

})();
Expand Down

0 comments on commit 46e213c

Please sign in to comment.