UNPKG

@braze/web-sdk

Version:

Braze SDK for web sites and other JS platforms.

9 lines (8 loc) 287 B
import r from "../../managers/braze-instance.js"; import { hideContentCards, showContentCards } from "../index.js"; export function toggleContentCards(e, n) { r.rr() && (document.querySelectorAll(".ab-feed").length > 0 ? hideContentCards() : showContentCards(e, n)); }