mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +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 ''
|
||||
var field = "_field" + nfield + "_";
|
||||
var regex = new RegExp(field, "gi");
|
||||
console.log($(this).val());
|
||||
if ($(this).val() == "") {
|
||||
if (
|
||||
classs == "fields_recovery" &&
|
||||
|
@ -982,7 +982,6 @@ if (!empty($table->data)) {
|
||||
<script type="text/javascript">
|
||||
$(document).ready (function () {
|
||||
$("[class^='left']").mouseenter (function () {
|
||||
console.log($(this));
|
||||
$(".agent"+$(this)[0].className).css('visibility', '');
|
||||
}).mouseleave(function () {
|
||||
$(".agent"+$(this)[0].className).css('visibility', 'hidden');
|
||||
|
Loading…
x
Reference in New Issue
Block a user