Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0e6895c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin committed Jan 15, 2025
1 parent f94e65c commit 926a447
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ermac.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions webassets/iframe_cifplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
}
}
xmlhttp.open("GET", url);
xmlhttp.withCredentials = true;
xmlhttp.send(1);
}

Expand Down
2 changes: 1 addition & 1 deletion webassets/visavis.js
Original file line number Diff line number Diff line change
Expand Up @@ -20503,7 +20503,7 @@ var $;
static fetch_plot_json(request) {
if (request == null)
return null;
const json = $mol_fetch.json(request);
const json = $mol_fetch.json(request, { credentials: 'include' });
if (json && json.error)
return $mol_fail(new $mol_data_error(json.error));
if (!json || !json.use_visavis_type)
Expand Down

0 comments on commit 926a447

Please sign in to comment.