Hariganesh Srinivasan commited on
Commit
c3e90a5
·
unverified ·
1 Parent(s): 9020c66

fit canvas inside div

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -12,11 +12,8 @@ HTML = """
12
  if (xmlhttp.status == 200) {
13
  eval(xmlhttp.responseText);
14
  }
15
- else if (xmlhttp.status == 400) {
16
- alert("There was an error 400");
17
- }
18
  else {
19
- alert("something else other than 200 was returned");
20
  }
21
  }
22
  };
 
12
  if (xmlhttp.status == 200) {
13
  eval(xmlhttp.responseText);
14
  }
 
 
 
15
  else {
16
+ alert("There was a problem fetching the wasm bindings. Try again");
17
  }
18
  }
19
  };