Replace fa-refresh with fa-sync

Font Awesome 5 replaced the refresh icon from 4 with fa-sync:
https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4#name-changes

Fixes #941

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
Mcat12
2019-05-19 14:16:55 -07:00
parent 5713a65e06
commit b8088e7f0f
5 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ $token = $_SESSION['token'];
</div>
</div>
<div class="overlay" hidden="true">
<i class="fa fa-refresh fa-spin"></i>
<i class="fa fa-sync fa-spin"></i>
</div>
<!-- /.box-body -->
</div>