Add prettier

This commit is contained in:
RainLoop Team 2019-07-04 22:09:27 +03:00
parent 08da3030b0
commit 450528ff00
61 changed files with 516 additions and 1456 deletions

View file

@ -1,6 +1,11 @@
(function () {
if (!window.rl)
{
return;
}
/**
* @constructor
*/

View file

@ -1,6 +1,11 @@
(function () {
if (!window.rl)
{
return;
}
/**
* @constructor
*/

View file

@ -1,6 +1,11 @@
$(function () {
if (!window.rl)
{
return;
}
var
sAccount = window.rl.pluginSettingsGet('google-analytics', 'account'),
sDomain = window.rl.pluginSettingsGet('google-analytics', 'domain_name'),

View file

@ -1,6 +1,11 @@
$(function () {
if (!window.rl)
{
return;
}
var
sPiwikURL = '' + window.rl.pluginSettingsGet('piwik-analytics', 'piwik_url'),
sSiteID = '' + window.rl.pluginSettingsGet('piwik-analytics', 'site_id')

View file

@ -9,7 +9,7 @@
function ShowRecaptcha()
{
if (window.grecaptcha)
if (window.grecaptcha && window.rl)
{
if (null === nId)
{