From 1640a511335d236045e22306708f20b07cc66180 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Mon, 25 Jan 2021 11:42:34 -0500 Subject: [PATCH] pywwt/nbextension/static/wwt.html: remove trailing comma It looks like the Qt JavaScript interpreter on macOS doesn't like the trailing comma in our function call, causing the embedded webpage to break. If correct this is a little scary in terms of what it means for our ability to use remotely advanced JS constructs, but let's see if this keeps things going for now. Also some general whitespace futzing, but the key change is to the `startMode` line. --- pywwt/nbextension/static/wwt.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pywwt/nbextension/static/wwt.html b/pywwt/nbextension/static/wwt.html index adf3a63a..94251653 100644 --- a/pywwt/nbextension/static/wwt.html +++ b/pywwt/nbextension/static/wwt.html @@ -27,18 +27,17 @@