From: Calin Crisan Date: Thu, 3 Mar 2016 18:35:27 +0000 (+0200) Subject: simple mjpeg camera: fixed wrong file storage setting X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=eb51892da24c05d939ddad0aa6010c8cd8e42bf9;p=motioneye-debian simple mjpeg camera: fixed wrong file storage setting --- diff --git a/motioneye/static/js/main.js b/motioneye/static/js/main.js index 5264092..2d7da7c 100644 --- a/motioneye/static/js/main.js +++ b/motioneye/static/js/main.js @@ -1793,7 +1793,7 @@ function dict2CameraUi(dict) { $('#webHookStorageUrlEntry').val(dict['web_hook_storage_url']); $('#webHookStorageHttpMethodSelect').val(dict['web_hook_storage_http_method']); - $('#commandStorageEnabledSwitch')[0].checked = dict['command_storage_enabled']; markHideIfNull('command_storage_enabled', 'commandstorageSwitch'); + $('#commandStorageEnabledSwitch')[0].checked = dict['command_storage_enabled']; markHideIfNull('command_storage_enabled', 'commandStorageEnabledSwitch'); $('#commandStorageEntry').val(dict['command_storage_exec']); /* text overlay */