update
This commit is contained in:
parent
752ed3aa1c
commit
57cff72a43
|
@ -584,7 +584,7 @@
|
||||||
<label class="tree_label" for="c7">id_city</label>
|
<label class="tree_label" for="c7">id_city</label>
|
||||||
<div contenteditable="" id="text-c7" class="editform">{$config_json.id_city}</div>
|
<div contenteditable="" id="text-c7" class="editform">{$config_json.id_city}</div>
|
||||||
</li>
|
</li>
|
||||||
<li {if $username!='admin'}class='hidden'{/if}>
|
<li>
|
||||||
<input type="checkbox" checked="checked" id="c8" />
|
<input type="checkbox" checked="checked" id="c8" />
|
||||||
<label class="tree_label" for="c8">open_door</label>
|
<label class="tree_label" for="c8">open_door</label>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<div id='modelContent' class="text-center">
|
<div id='modelContent' class="text-center">
|
||||||
<i class="fa fa-spinner fa-pulse fa-5x fa-fw" style="color: #fff;"></i>
|
<i class="fa fa-spinner fa-pulse fa-5x fa-fw" style="color: #fff;"></i>
|
||||||
|
<br>
|
||||||
|
<b style="color: #fff;font-size: 25px;">Đang tải dữ liệu ...</b>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -126,7 +126,7 @@ function saveStep2(e) {
|
||||||
"full_screen": parseInt($("#text-c62").html()),
|
"full_screen": parseInt($("#text-c62").html()),
|
||||||
"width": parseInt($("#text-c63").html()),
|
"width": parseInt($("#text-c63").html()),
|
||||||
"height": parseInt($("#text-c64").html()),
|
"height": parseInt($("#text-c64").html()),
|
||||||
"banner": parseInt($("#text-c65").html())
|
"banner": $("#text-c65").html()
|
||||||
},
|
},
|
||||||
"id_city": parseInt($("#text-c7").html()),
|
"id_city": parseInt($("#text-c7").html()),
|
||||||
"open_door": {
|
"open_door": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user