summaryrefslogtreecommitdiff
path: root/www/js/jingles.js
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-06-23 22:07:46 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-06-23 22:07:46 (GMT)
commit222b85597fa66af43c68f0b88d68f2641533f52c (patch)
tree20e9faee87935255e6f594430533af6f3d517cc6 /www/js/jingles.js
parentadd9b76db60093be8d680e28ca190fba479179fb (diff)
add websockets
Diffstat (limited to 'www/js/jingles.js')
-rw-r--r--www/js/jingles.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/jingles.js b/www/js/jingles.js
index e819570..48c7f13 100644
--- a/www/js/jingles.js
+++ b/www/js/jingles.js
@@ -29,6 +29,7 @@ var jingleGroupListView = null;
function jingles_init() {
var groupList = new Rdxport.GroupList();
jingleGroupListView = new Rdxport.JingleGroupListView(groupList);
+ importer.updateWebsocketUploads();
}
function jingles_cleanup() {