Skip to content
Snippets Groups Projects
Commit 01dc82d3 authored by Viktor Holovachek's avatar Viktor Holovachek
Browse files

Issue #3443643 - Fix spell

parent d28cd708
Branches
Tags
1 merge request!10Issue #3443643 - Fix spell
Pipeline #157190 passed with warnings
{
"version": "0.2",
"language": "en",
"ignoreWords": [
"Colorbox",
"Drudesk",
"Roane",
"colorbox",
"jsmode",
"lightbox",
"originalheight",
"thebrickfactory"
]
}
......@@ -4,7 +4,7 @@
var jsmode = settings.splashify.mode,
referrer = document.referrer + '',
hostname = window.location.hostname + '',
referrer_check = settings.splashify.refferer_check;
referrer_check = settings.splashify.referrer_check;
// This updates the referer string by taking out the url parameter from the
// url...which is included from google search results (as an example).
......
......
......@@ -208,7 +208,7 @@ class SplashifyInjection {
}
$build['#cache']['max-age'] = 0;
$build['#attached']['drupalSettings']['splashify']['refferer_check'] = !$splash->getGroup()
$build['#attached']['drupalSettings']['splashify']['referrer_check'] = !$splash->getGroup()
->isDisableReferrerCheck();
$build['#attached']['library'] = $build['#attached']['library'] ?? [];
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment