Skip to content

Commit

Permalink
without beacon
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jun 21, 2023
1 parent 85b84d0 commit a4ee02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solara/server/static/main-vuetify.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ async function solaraInit(mountId, appName) {
window.addEventListener('beforeunload', function (e) {
unloading = true;
kernel.dispose()
window.navigator.sendBeacon(close_url);
// window.navigator.sendBeacon(close_url);
});
console.log("solara.browser_platform", solara.browser_platform);
if (solara.browser_platform) {
Expand Down

0 comments on commit a4ee02a

Please sign in to comment.