Skip to content

Commit

Permalink
download brython from cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbenn committed Apr 7, 2021
1 parent a44e60a commit b44144f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12,027 deletions.
12,020 changes: 0 additions & 12,020 deletions gengo/app/static/brython/brython.js

This file was deleted.

3 changes: 0 additions & 3 deletions gengo/app/static/brython/brython_stdlib.js

This file was deleted.

4 changes: 2 additions & 2 deletions gengo/app/templates/game.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<script src="/gengo/static/brython/brython.js"></script>
<script src="/gengo/static/brython/brython_stdlib.js"></script>
<script src="https://cdn.jsdelivr.net/npm/brython@3.9.0/brython.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/brython@3.9.0/brython_stdlib.js"></script>
<link href="/gengo/static/css/default.css" rel="stylesheet" type="text/css"></link>

<title>Gengo</title>
Expand Down
4 changes: 2 additions & 2 deletions gengo/app/templates/join.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<script src="/gengo/static/brython/brython.js"></script>
<script src="/gengo/static/brython/brython_stdlib.js"></script>
<script src="https://cdn.jsdelivr.net/npm/brython@3.9.0/brython.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/brython@3.9.0/brython_stdlib.js"></script>
<link href="/gengo/static/css/default.css" rel="stylesheet" type="text/css"></link>
</head>
<body onload="brython(1)">
Expand Down

0 comments on commit b44144f

Please sign in to comment.