mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-20 23:34:54 +09:00
fixes for saving non config items
This commit is contained in:
2
public/js/app.js
vendored
2
public/js/app.js
vendored
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user