mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-27 06:04:54 +01:00
Fix minori plugin Componenti
This commit is contained in:
parent
d7e914b543
commit
0614529453
@ -230,8 +230,12 @@ echo '
|
|||||||
|
|
||||||
if (dettagli.css("display") === "none"){
|
if (dettagli.css("display") === "none"){
|
||||||
dettagli.show(500);
|
dettagli.show(500);
|
||||||
|
$(trigger).children().removeClass("fa-plus");
|
||||||
|
$(trigger).children().addClass("fa-minus");
|
||||||
} else {
|
} else {
|
||||||
dettagli.hide(500);
|
dettagli.hide(500);
|
||||||
|
$(trigger).children().removeClass("fa-minus");
|
||||||
|
$(trigger).children().addClass("fa-plus");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user