mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Added Tinycon (Unread message tab's icon)
This commit is contained in:
parent
f1b3271b4d
commit
47bb848905
15 changed files with 426 additions and 17 deletions
5
dev/bootstrap.js
vendored
5
dev/bootstrap.js
vendored
|
|
@ -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));
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue