Skip to content
Snippets Groups Projects
Commit 252bd47f authored by Aaron Bohy's avatar Aaron Bohy
Browse files

[FIX] calendar: don't block UI on slow /calendar/notify

Safe imp for a stable version. Better fix could be to send notifications
through the bus, but this would be in master.
parent 7f1d7c1c
Branches
Tags
No related merge requests found
......@@ -210,7 +210,7 @@ WebClient.include({
get_next_notif: function() {
var self = this;
this.rpc("/calendar/notify")
this.rpc("/calendar/notify", {}, {shadow: true})
.done(function(result) {
_.each(result, function(res) {
setTimeout(function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment