Release commit

This commit is contained in:
RainLoop Team 2015-01-09 23:58:10 +04:00
parent bce962328d
commit 43f19e29e8
18 changed files with 70 additions and 35 deletions

5
dev/bootstrap.js vendored
View file

@ -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]);