Skip to content

Commit

Permalink
Update teller.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dfralan authored Jul 25, 2023
1 parent b2a3267 commit 7bdf65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teller.js
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@ function kiujdgrsghsss(){

function useShadowButton(){
var buttonShadow = tellerTag.getAttribute("button-shadow")
if (a == null || a == "none" || a == ""){return ""}
if (buttonShadow == null || buttonShadow == "none" || buttonShadow == ""){return ""}
else {return "box-shadow: 0 1px 2px rgba(0,0,0,0.2);"}
}

Expand Down

0 comments on commit 7bdf65e

Please sign in to comment.