(currentToken: string)
| 133 | } |
| 134 | |
| 135 | function updateUIForPushEnabled(currentToken: string) { |
| 136 | showHideDiv(tokenDivId, true); |
| 137 | showHideDiv(permissionDivId, false); |
| 138 | showToken(currentToken); |
| 139 | } |
| 140 | |
| 141 | function updateUIForPushPermissionRequired() { |
| 142 | showHideDiv(tokenDivId, false); |
no test coverage detected