Browse Source

Syntax fix

master
Igor Zhukov 10 years ago
parent
commit
6700acac74
  1. 1
      app/js/services.js

1
app/js/services.js

@ -2111,6 +2111,7 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils']) @@ -2111,6 +2111,7 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
if (message.unread && !muted) {
notifyAboutMessage(message);
}
})
}, timeout);
}
break;

Loading…
Cancel
Save