diff options
author | Yaroslav <contact@yaroslavps.com> | 2019-02-09 16:36:02 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2019-02-09 16:36:02 +0300 |
commit | 8171f14d658af4b237589ab1354b8bdcc684f80d (patch) | |
tree | 832dfd3a5e7a945fd1b4eef0ba57f6f0f8f66560 /dvd/index.html | |
parent | cc9486b13e028c5ed1ba65bfff30695b4fa48194 (diff) | |
download | canvas-antics-master.tar.gz canvas-antics-master.zip |
Diffstat (limited to 'dvd/index.html')
-rw-r--r-- | dvd/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dvd/index.html b/dvd/index.html index cdd9dc1..47bbbc7 100644 --- a/dvd/index.html +++ b/dvd/index.html @@ -38,7 +38,7 @@ html{ </style> <script> window.addEventListener("load", function(){ - playDVD({"speed": 210}); + playDVD({"speed": 1200, "hit_counter": false}); }); </script> </head> |