From e77c1416f5726584a3d6c83bdd8ad00df3097c05 Mon Sep 17 00:00:00 2001 From: dongpd Date: Fri, 22 May 2020 18:15:14 +0700 Subject: [PATCH] fix bug --- controllers/ConfigController.php | 2 +- views/config/cau-hinh-nhan-dien.tpl | 6 +++--- web/js/config.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/controllers/ConfigController.php b/controllers/ConfigController.php index cdafc45b..260ce31a 100644 --- a/controllers/ConfigController.php +++ b/controllers/ConfigController.php @@ -68,7 +68,7 @@ class ConfigController extends Controller { "width" => 1280, "height" => 720 ], - "cam_resize" => [ + "video_resize" => [ "width" => 640, "height" => 360 ], diff --git a/views/config/cau-hinh-nhan-dien.tpl b/views/config/cau-hinh-nhan-dien.tpl index adc83eef..755857d9 100644 --- a/views/config/cau-hinh-nhan-dien.tpl +++ b/views/config/cau-hinh-nhan-dien.tpl @@ -318,17 +318,17 @@
  • - +
  • diff --git a/web/js/config.js b/web/js/config.js index bbbca676..d3ccb1ca 100644 --- a/web/js/config.js +++ b/web/js/config.js @@ -56,7 +56,7 @@ function saveStep2(e) { "width": parseInt($("#text-c191").html()), "height": parseInt($("#text-c192").html()) }, - "cam_resize": { + "video_resize": { "width": parseInt($("#text-c1101").html()), "height": parseInt($("#text-c1102").html()) },