mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
A lot small fixes
This commit is contained in:
parent
4457cdbc23
commit
09334159c2
38 changed files with 1496 additions and 239 deletions
|
|
@ -89,7 +89,10 @@
|
|||
|
||||
if (window.$LAB && window.rainloopAppData && window.rainloopAppData['TemplatesLink'] && window.rainloopAppData['LangLink'])
|
||||
{
|
||||
__simplePace(10);
|
||||
var oProgress = progressJs();
|
||||
|
||||
oProgress.setOptions({'theme': 'rainloop'});
|
||||
oProgress.start().set(5);
|
||||
|
||||
window.$LAB
|
||||
.script(function () {
|
||||
|
|
@ -98,7 +101,9 @@
|
|||
];
|
||||
})
|
||||
.wait(function () {
|
||||
__simplePace(20);
|
||||
|
||||
oProgress.set(20);
|
||||
|
||||
if (window.rainloopAppData['IncludeBackground']) {
|
||||
$('#rl-bg').attr('style', 'background-image: none !important;').backstretch(
|
||||
window.rainloopAppData['IncludeBackground'].replace('{{USER}}',
|
||||
|
|
@ -114,20 +119,20 @@
|
|||
];
|
||||
})
|
||||
.wait(function () {
|
||||
__simplePace(10);
|
||||
oProgress.set(30);
|
||||
})
|
||||
.script(function () {
|
||||
return {'src': '{{BaseAppMainScriptLink}}', 'type': 'text/javascript', 'charset': 'utf-8'};
|
||||
})
|
||||
.wait(function () {
|
||||
__simplePace(20);
|
||||
oProgress.set(50);
|
||||
})
|
||||
.script(function () {
|
||||
return window.rainloopAppData['PluginsLink'] ?
|
||||
{'src': window.rainloopAppData['PluginsLink'], 'type': 'text/javascript', 'charset': 'utf-8'} : null;
|
||||
})
|
||||
.wait(function () {
|
||||
__simplePace(5);
|
||||
oProgress.set(55);
|
||||
__runBoot(false);
|
||||
})
|
||||
.script(function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue