mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2025-07-23 22:13:43 +00:00
Changed the Made by Link
This commit is contained in:
parent
f0e5620766
commit
216caadcb0
7 changed files with 308 additions and 84 deletions
|
@ -32,8 +32,8 @@ $(document).ready(function() {
|
|||
$(document).ready(function(){
|
||||
$(".one").click(function(){
|
||||
$(".a").fadeToggle(300);
|
||||
$(".one i").toggleClass("fa-chevron-right",1e3);
|
||||
$(".one i").toggleClass("fa-chevron-down",1e3)
|
||||
$(".one i").toggleClass("fa-chevron-right");
|
||||
$(".one i").toggleClass("fa-chevron-down");
|
||||
});
|
||||
|
||||
$(".two").click(function(){
|
||||
|
@ -51,7 +51,7 @@ $(document).ready(function() {
|
|||
$(".four").click(function(){
|
||||
$(".d").fadeToggle(300);
|
||||
$(".four i").toggleClass("fa-chevron-right");
|
||||
$(".four i").toggleClass("fa-chevron-down")
|
||||
$(".four i").toggleClass("fa-chevron-down");
|
||||
});
|
||||
|
||||
$(".five").click(function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue