diff options
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> |