Skip to content

Commit

Permalink
Update webtexting.js remove display none
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkeltron authored Dec 14, 2023
1 parent 7c58d07 commit 8777f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webtexting.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function setNotificationButtonState(notificationState) {
switch(notificationState.state) {
case "all":
if(window.notification_data.remote_identifier) {
btn.style.display = 'none';
//btn.style.display = 'none';
return;
}
// note no "break", execution continues to "on" case
Expand Down

0 comments on commit 8777f0c

Please sign in to comment.