Skip to content

Commit

Permalink
Merge pull request #1402 from pi-hole/XhmikosR-patch-3
Browse files Browse the repository at this point in the history
Move animate.min.css style in the pages that use it
  • Loading branch information
PromoFaux authored May 30, 2020
2 parents 0fac8a5 + 4e5cc31 commit be54d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pi-hole/php/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ function pidofFTL()
<link rel="stylesheet" href="style/vendor/datatables.min.css">
<link rel="stylesheet" href="style/vendor/daterangepicker.min.css">
<link rel="stylesheet" href="style/vendor/AdminLTE.min.css">
<link rel="stylesheet" href="style/vendor/animate.min.css">

<?php if (in_array($scriptname, array("groups.php", "groups-adlists.php", "groups-clients.php", "groups-domains.php"))){ ?>
<link rel="stylesheet" href="style/vendor/animate.min.css">
<link rel="stylesheet" href="style/vendor/bootstrap-select.min.css">
<link rel="stylesheet" href="style/vendor/bootstrap-toggle.min.css">
<?php } ?>
Expand Down

0 comments on commit be54d15

Please sign in to comment.