mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
Release commit
This commit is contained in:
parent
60f7cb3d84
commit
2616b911e1
8 changed files with 7 additions and 9 deletions
|
|
@ -41,7 +41,6 @@
|
|||
AbstractModel.prototype.onDestroy = function ()
|
||||
{
|
||||
Utils.disposeObject(this);
|
||||
// window.console.log('onDestroy: ' + this.sModelName); // TODO
|
||||
};
|
||||
|
||||
module.exports = AbstractModel;
|
||||
|
|
|
|||
|
|
@ -467,7 +467,7 @@
|
|||
|
||||
_.delay(function () {
|
||||
Globals.$html.removeClass('rl-started-trigger').addClass('rl-started');
|
||||
}, 50);
|
||||
}, 100);
|
||||
|
||||
_.delay(function () {
|
||||
Globals.$html.addClass('rl-started-delay');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue