Добавлен расширенный отчет по реализации
Добавлен монитор активности
This commit is contained in:
miroman-afk
2023-08-03 11:05:15 +03:00
parent 19ad7d1c8a
commit c4dc6e02a0
93 changed files with 13328 additions and 1122 deletions

View File

@@ -23,7 +23,7 @@
$scope.getRoomMap = function () {
smartRequest.get('v1/roommap?type=full', function (data) {
smartRequest.get('v1/roommap?method=map&type=full', function (data) {
$('#back').hide();
$('#save_tables').hide();
$('#save_places').hide();
@@ -94,7 +94,7 @@
$scope.windowWidth = window.innerWidth;
$scope.screenWidth = 69;
smartRequest.get('v1/roommap?type=place&id=' + place_id, function (data) {
smartRequest.get('v1/roommap?method=map&type=place&id=' + place_id, function (data) {
$scope.place = data.place;
$scope.place_id = data.place_id;
$scope.left = document.getElementById('tables').getBoundingClientRect().left;