summaryrefslogtreecommitdiff
path: root/localwebsite/handlers/MiscHandler.php
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2023-06-01 23:25:20 +0300
committerEvgeny Zinoviev <me@ch1p.io>2023-06-01 23:25:20 +0300
commita1c7aff91f38473481590489f41b86d41df9a29d (patch)
treea7d62633af05397aa90e81c07d9480acbad697b9 /localwebsite/handlers/MiscHandler.php
parent6e1884e151b5d316fd411cc67815371988adf9e8 (diff)
upd
Diffstat (limited to 'localwebsite/handlers/MiscHandler.php')
-rw-r--r--localwebsite/handlers/MiscHandler.php2
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;