diff options
author | emkael <emkael@tlen.pl> | 2017-07-31 14:42:49 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-07-31 14:42:49 +0200 |
commit | e6c2b0521760d32ac3be5b5ca66b98f2c67046e4 (patch) | |
tree | dbf049de8438b976e9e3df140a305587e32228e0 /playoff | |
parent | 1a0d4323cd25b1653663013ca3183fb0b67a878e (diff) |
Customizable JS settings
Diffstat (limited to 'playoff')
-rw-r--r-- | playoff/template.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playoff/template.py b/playoff/template.py index 8648a67..8713ab9 100644 --- a/playoff/template.py +++ b/playoff/template.py @@ -31,7 +31,7 @@ MATCH_RUNNING = ''' MATCH_GRID = ''' <div style="position: relative; width: %dpx; height: %dpx; margin: 10px"> -<canvas width="%d" height="%d" id="playoff_canvas"></canvas> +<canvas width="%d" height="%d" id="playoff_canvas" %s></canvas> %s <script src="sklady/playoff.js" type="text/javascript"></script> </div> |