cmd/gio: don't add a container div for -target js

THe webassembly backend can create and add it itself.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-02 09:05:34 +02:00
parent eee497f22a
commit 1c5ceab9c1
-1
View File
@@ -59,7 +59,6 @@ func buildJS(bi *buildInfo) error {
</style>
</head>
<body>
<div id="giowindow"></div>
</body>
</html>`
if err := ioutil.WriteFile(filepath.Join(out, "index.html"), []byte(indexhtml), 0600); err != nil {