Skip to content

Commit

Permalink
Adding tests #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Waschnick committed Feb 22, 2018
1 parent ef51be8 commit e3714ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripts/core/core_oil.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {
isBrowserCookieEnabled,
getRawSoiCookie
} from './core_cookies.js';
import { doSetTealiumVariables } from "./core_tealium_loading_rules";

/**
* Initialize Oil on Host Site
Expand Down Expand Up @@ -56,6 +57,7 @@ export function initOilLayer() {
*/
checkOptIn().then((optin) => {
registerOptOutListener();
doSetTealiumVariables(optin);
/**
* User has opted in
*/
Expand Down

0 comments on commit e3714ff

Please sign in to comment.