Added resources folder (Code refactoring)

This commit is contained in:
RainLoop Team 2014-08-15 19:18:40 +04:00
parent 25624c280d
commit 79a5c11556
60 changed files with 246 additions and 349 deletions

View file

@ -1186,17 +1186,6 @@ RainLoopApp.prototype.bootstart = function ()
RL.folderInformationMultiply(true);
}, 500);
_.delay(function () {
RL.remote().servicesPics(function (sResult, oData) {
if (Enums.StorageResultType.Success === sResult && oData && oData.Result)
{
RL.cache().setServicesData(oData.Result);
}
});
}, 2000);
Plugins.runHook('rl-start-user-screens');
RL.pub('rl.bootstart-user-screens');