Skip to content

Commit 0d14e61

Browse files
committed
use textcontent
1 parent 27c4c67 commit 0d14e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
matplotlib.use("module://matplotlib_pyodide.wasm_backend")
2222
import healpy as hp
2323
import js
24-
js.document.healpyversion = hp.__version__
24+
js.document.healpyversion.textContent = hp.__version__
2525
import matplotlib.pyplot as plt
2626
2727
m = hp.read_map(

0 commit comments

Comments
 (0)