mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Release commit
This commit is contained in:
parent
bce962328d
commit
43f19e29e8
18 changed files with 70 additions and 35 deletions
5
dev/bootstrap.js
vendored
5
dev/bootstrap.js
vendored
|
|
@ -51,6 +51,11 @@
|
|||
|
||||
$(function () {
|
||||
|
||||
if (!$('#rl-content').is(':visible'))
|
||||
{
|
||||
Globals.$html.addClass('no-css');
|
||||
}
|
||||
|
||||
if (window['rainloopTEMPLATES'] && window['rainloopTEMPLATES'][0])
|
||||
{
|
||||
$('#rl-templates').html(window['rainloopTEMPLATES'][0]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue