diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-20 12:24:56 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-20 12:24:56 -0400 |
| commit | 85961dd7488cc165f27a849a43501cafe01c5043 (patch) | |
| tree | b6d66fff0cfd8dfad556a793ede53774e263d0ab /www/templates | |
| parent | ac7dbe50fdd38bbda274c061afc71674d736a582 (diff) | |
"your fault" message delayed by a few seconds
Former-commit-id: 4deedeb83680c7aa06ab31f0086338cbaa7f9b77
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/zm-portal-login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/zm-portal-login.html b/www/templates/zm-portal-login.html index 172136e2..90c068da 100644 --- a/www/templates/zm-portal-login.html +++ b/www/templates/zm-portal-login.html @@ -23,7 +23,7 @@ <button class="button button-dark icon ion-unlocked" ng-click="unlock()"> Unlock </button> </div> - <div style="color:white">{{'kPortalNotice' | translate}}</div> + <div id = "really-your-fault" class="animated fadeIn" style="color:white">{{'kPortalNotice' | translate}}</div> </center> </div> |
