cuddly-journalist-11507
03/20/2023, 8:45 PMgb.loadFeatures().then(function() {
if (gb.isOn("widget") && variationId == 1) {
document.getElementById("gb_with-widget").style.display = 'flex'
document.getElementById("gb_no-widget").remove()
}
}
fresh-football-47124
cuddly-journalist-11507
03/21/2023, 1:35 PMisOn
, if the id variation is 0 (default/control variation) doesn't should execute the code?