Skip to content
Snippets Groups Projects
Commit 22f037e3 authored by Alexandre Kühn's avatar Alexandre Kühn
Browse files
parent 221f4690
No related branches found
No related tags found
No related merge requests found
......@@ -304,7 +304,7 @@ var CrossTabBus = Longpolling.extend({
// last notification id changed
if (key === this._generateKey('last')) {
this._lastNotificationID = value | 0;
this._lastNotificationID = value || 0;
}
// notifications changed
else if (key === this._generateKey('notification')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment