1
0
mirror of https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git synced 2025-09-08 23:20:48 +02:00

Update camera.js

This commit is contained in:
Combie81
2020-05-31 07:53:09 +01:00
committed by Julian Tatsch
parent e57d4670ae
commit d489ad044d

View File

@@ -19,7 +19,7 @@ function saveConfig(elements) {
//Function get config
function getConfig() {
// get config and put to hmtl elements
//Get config and apply to html elements
$.get("cgi-bin/camera.cgi", {cmd: "get_config"}, function(config){
var config_all = config.split("\n");
for (var i = 0; i < config_all.length-1; i++) {