Added Tinycon (Unread message tab's icon)

This commit is contained in:
RainLoop Team 2015-03-04 04:30:37 +04:00
parent f1b3271b4d
commit 47bb848905
15 changed files with 426 additions and 17 deletions

5
dev/bootstrap.js vendored
View file

@ -54,7 +54,7 @@
window['__APP_BOOT'] = function (fCall) {
$(function () {
$(_.delay(function () {
if (!$('#rl-content').is(':visible'))
{
@ -82,7 +82,8 @@
}
window['__APP_BOOT'] = null;
});
}, 10));
};
};