Applies #76, #77 with changes.

This commit is contained in:
aggelosQQ 2017-06-30 16:33:19 +03:00
parent 18769abf37
commit bcbdf96f54
6 changed files with 21 additions and 27 deletions

View file

@ -82,12 +82,6 @@ $(document).ready(function() {
$(".i").fadeToggle(300);
$(".nine i").toggleClass("fa-chevron-right");
$(".nine i").toggleClass("fa-chevron-down");
});
$(".ten").click(function(){
$(".j").fadeToggle(300);
$(".ten j").toggleClass("fa-chevron-right");
$(".ten j").toggleClass("fa-chevron-down");
});