Skip to content
Snippets Groups Projects
Commit 8272c244 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

update main.js

parent 51afe4de
Branches
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@ module gitlab.com/elixxir/xx-coin-game-ui
go 1.13
require github.com/dtylman/gowd v0.0.0-20190619113956-15e38debca22 // indirect
require github.com/dtylman/gowd v0.0.0-20190619113956-15e38debca22
var os = require('os');
var child;
var fails = 0;
var goBinary = "xx-coin-game-ui"; //or template.exe
var goBinary = "./xx-coin-game-ui"; //or template.exe
function setPage(html) {
const container = document.getElementById("app");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment