mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-7900-trazas-en-estado-agente-y-pandora-alert' into 'develop'
Deleted js traces See merge request artica/pandorafms!4354
This commit is contained in:
commit
e16a398c1a
@ -982,7 +982,6 @@ if (!empty($table->data)) {
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready (function () {
|
$(document).ready (function () {
|
||||||
$("[class^='left']").mouseenter (function () {
|
$("[class^='left']").mouseenter (function () {
|
||||||
console.log($(this));
|
|
||||||
$(".agent"+$(this)[0].className).css('visibility', '');
|
$(".agent"+$(this)[0].className).css('visibility', '');
|
||||||
}).mouseleave(function () {
|
}).mouseleave(function () {
|
||||||
$(".agent"+$(this)[0].className).css('visibility', 'hidden');
|
$(".agent"+$(this)[0].className).css('visibility', 'hidden');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user