From 46e213c6a1cfe78cd30892c45d8da9d9fb000859 Mon Sep 17 00:00:00 2001 From: blokhin Date: Sat, 1 Jun 2024 21:53:10 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20mpds-io/?= =?UTF-8?q?ermac@1a61b0ebfb6a960b91d514fce78da9de6c87d6d7=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webassets/iframe_visavis.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webassets/iframe_visavis.html b/webassets/iframe_visavis.html index 924c6fc..9e8000a 100644 --- a/webassets/iframe_visavis.html +++ b/webassets/iframe_visavis.html @@ -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', '') ); } })();