Source refactoring

This commit is contained in:
RainLoop Team 2015-05-03 00:22:32 +04:00
parent 09b04740e7
commit 104ac0806a
27 changed files with 204 additions and 715 deletions

View file

@ -26,6 +26,7 @@
this.version = ko.observable(Settings.settingsGet('Version'));
this.capa = !!Settings.settingsGet('PremType');
this.community = RL_COMMUNITY;
this.adminManLoading = ko.computed(function () {
return '000' !== [

View file

@ -299,6 +299,11 @@
{
var self = this;
if (0 < this.messageListChecked().length)
{
return false;
}
window.clearTimeout(this.iGoToUpUpOrDownDownTimeout);
this.iGoToUpUpOrDownDownTimeout = window.setTimeout(function () {