mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Embed boot.min.js and boot.min.css into index.html for fast response
This commit is contained in:
parent
45aaa17219
commit
e1f1a3aa12
8 changed files with 57 additions and 74 deletions
|
|
@ -32,7 +32,7 @@ export const ViewType = {
|
|||
* @returns {void}
|
||||
*/
|
||||
export function hideLoading() {
|
||||
qs('#rl-content').classList.add('rl-content-show');
|
||||
qs('#rl-content').hidden = false;
|
||||
qs('#rl-loading').remove();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue