fixes for saving non config items

This commit is contained in:
KodeStar
2018-02-08 20:00:24 +00:00
parent 79f4a6cc07
commit fff44f4681
4 changed files with 14 additions and 15 deletions

2
public/js/app.js vendored
View File

@@ -23,7 +23,7 @@ $.when( $.ready ).then(function() {
var container = $(this);
var max_timer = 30000;
var timer = 1000;
(function worker() {
(function worker() {
$.ajax({
url: '/get_stats/'+id,
success: function(data) {