Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-03-18 16:29:53 +0300
committerJoas Schilling <coding@schilljs.com>2020-03-18 16:29:53 +0300
commit7c1c372005647c8b7f6050215e2dd87435e5f947 (patch)
tree988df67f4c311459a6429086d9c6e83d75d71a3f /js
parent84a8ea67d03683cc0a689c5531e6271f528823f1 (diff)
Remove line
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'js')
-rw-r--r--js/script.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/script.js b/js/script.js
index 8ab8e6b..a7691ec 100644
--- a/js/script.js
+++ b/js/script.js
@@ -35,8 +35,6 @@
var swapbox = document.getElementById('swapbox');
swapbox.style.backgroundColor = 'rgba(100, 100, 100, 0.8)';
- var updateTimer = setInterval(updateInfo, 300);
-
initDiskCharts();
setHumanReadableSizeToElement("databaseSize");