mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Revert broken RainLoop merge for TemplatesLink
This commit is contained in:
parent
a541123034
commit
a6a337e5ce
2 changed files with 3 additions and 4 deletions
4
dev/bootstrap.js
vendored
4
dev/bootstrap.js
vendored
|
|
@ -44,9 +44,7 @@ export default (App) => {
|
|||
window.__APP_BOOT = (fErrorCallback) => {
|
||||
domReady(() => {
|
||||
window.setTimeout(() => {
|
||||
if (window.document.getElementById('rainloop-templates-id')) {
|
||||
start();
|
||||
} else if (window.rainloopTEMPLATES && window.rainloopTEMPLATES[0]) {
|
||||
if (window.rainloopTEMPLATES && window.rainloopTEMPLATES[0]) {
|
||||
window.document.getElementById('rl-templates').innerHTML = window.rainloopTEMPLATES[0];
|
||||
start();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue