summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-06-27 14:31:24 +0000
committerIan C <ianc@noddybox.co.uk>2018-06-27 14:31:24 +0000
commitaa9788530bb4b28931da9a39cb46add4bca51ce0 (patch)
tree9598f2e6c48b48570d144f2d67e1b3e545c4c657 /www
parente19daf5e4efe081a721ba627df5cf5499930d497 (diff)
Removed test data and enabled web interface.
Diffstat (limited to 'www')
-rw-r--r--www/scripts/main.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/scripts/main.js b/www/scripts/main.js
index f10139f..1528c2c 100644
--- a/www/scripts/main.js
+++ b/www/scripts/main.js
@@ -1,5 +1,5 @@
-var globalDb = [{"id":"3","description":"TestDescription2","group":"TestGroup","username":"TestUser2","password":"TestPass2"},{"id":"4","description":"TestDescription3","group":"TestGroup","username":"TestUser3","password":"TestPass3"}];
+var globalDb = [];
var globalGroups = []
var globalCurrentGroup = ""
@@ -282,8 +282,7 @@ function DoLoad()
return;
}
- // WebRequest("get.php", DoLoadAsync, []);
- LoadInitialData();
+ WebRequest("get.php", DoLoadAsync, []);
}
function DoSelectGroup()