Details
-
Type: Bug
-
Status: Closed
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: 5.0.1
-
Fix Version/s: 5.0.2
-
Component/s: Staff Interface
-
Labels:None
Description
Under Settings > System > Automation, there is a font awesome chevron-down icon next to the "Update Cron Key" link. Clicking the link does not convert it to a chevron-up icon.
On page load the icon is:
<i class="fas fa-chevron-down">
On click it switches to:
<i class=" fas fa-chevron-down fa-caret-up">
On click again, it switches to:
<i class="fas fa-chevron-down fa-caret-down">
So it seems to be applying the fa-caret-up/fa-caret-down style rather than changing the fa-chevron-down to fa-chevron-up.