diff options
Diffstat (limited to 'localwebsite/handlers/MiscHandler.php')
-rw-r--r-- | localwebsite/handlers/MiscHandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localwebsite/handlers/MiscHandler.php b/localwebsite/handlers/MiscHandler.php index 2cf37e9..10b4426 100644 --- a/localwebsite/handlers/MiscHandler.php +++ b/localwebsite/handlers/MiscHandler.php @@ -112,7 +112,7 @@ class MiscHandler extends RequestHandler if ($include_h265) { $js_config['h265webjsConfig'] = $js_h265webjs_config; $this->tpl->add_static('h265webjs-dist/missile.js'); - $this->tpl->add_static('h265webjs-dist/h265webjs-v20221106.js'); + $this->tpl->add_static('h265webjs-dist/h265webjs-v20221106-reminified.js'); } $js_config['camsByType'] = $cams_by_type; |