mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Deleted js traces
This commit is contained in:
parent
10f260c639
commit
fcbd69c603
@ -12,7 +12,6 @@ function parse_alert_command(command, classs) {
|
|||||||
// Only render values different from ''
|
// Only render values different from ''
|
||||||
var field = "_field" + nfield + "_";
|
var field = "_field" + nfield + "_";
|
||||||
var regex = new RegExp(field, "gi");
|
var regex = new RegExp(field, "gi");
|
||||||
console.log($(this).val());
|
|
||||||
if ($(this).val() == "") {
|
if ($(this).val() == "") {
|
||||||
if (
|
if (
|
||||||
classs == "fields_recovery" &&
|
classs == "fields_recovery" &&
|
||||||
|
@ -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