Skip to content

Commit

Permalink
breaking_dataset_contract
Browse files Browse the repository at this point in the history
  • Loading branch information
neodigm committed Feb 12, 2022
1 parent 7632745 commit f12891d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/neodigm55_v1_8.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class NeodigmSodaPop {
neodigmSodaPop.eScrim.classList.add("ndsp__blur");
}, 96)
if (this.bIsModal) this.eSoda.classList.add("ndsp__modal")
this.eSoda.classList.add("ndsp__size--" + (this.eTmpl.dataset.n55SodapopSize) ? this.eTmpl.dataset.n55SodapopSize:"small")
this.eSoda.classList.add("ndsp__size--" + this.eTmpl.dataset.n55SodapopSize )
setTimeout(function() {
neodigmSodaPop.eSoda.classList.add("ndsp__opened");
}, 4)
Expand Down

0 comments on commit f12891d

Please sign in to comment.