mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-10-14 02:31:58 +00:00
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
var subscriber;
|
||||
|
||||
jobs = JSON.parse(msg);
|
||||
for (subscriber of jobsSubscribers) {subscriber._init();}
|
||||
for (subscriber of jobsSubscribers) {subscriber._init(jobs);}
|
||||
});
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user