Remove unused JavaScript poll token code

We don't load the token message since commit 585f9ea5, so the JavaScript
to show it wasn't doing anything anymore.
This commit is contained in:
Javi Martín
2019-07-02 02:35:47 +02:00
parent dca090d7a1
commit 2af09d65c7
3 changed files with 0 additions and 16 deletions

View File

@@ -346,12 +346,6 @@
}
.callout {
&.token-message {
background-color: #fff;
border-color: $info-border;
color: $color-info;
}
&.proposal-retired {
font-size: $base-font-size;
}