mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Update dependencies
This commit is contained in:
parent
80ad4fdbcc
commit
13065dd926
7 changed files with 709 additions and 418 deletions
|
|
@ -85,11 +85,12 @@ function includeLayout()
|
|||
{
|
||||
const app = window.document.getElementById('rl-app');
|
||||
|
||||
require('style-loader!Styles/@Boot.css');
|
||||
require('Styles/@Boot.css');
|
||||
|
||||
if (app)
|
||||
{
|
||||
app.innerHTML = require('Html/Layout.html').replace(/[\r\n\t]+/g, '');
|
||||
const layout = require('Html/Layout.html');
|
||||
app.innerHTML = ((layout && layout.default ? layout.default : layout) || '').replace(/[\r\n\t]+/g, '');
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue