mirror of https://github.com/MISP/misp-dashboard
chg: Removed debug message
parent
ea9bc654f8
commit
3110c936bd
|
@ -590,7 +590,6 @@ function createHead(callback) {
|
||||||
.animate( { 'background-color': '' }, { duration: 1500 } );
|
.animate( { 'background-color': '' }, { duration: 1500 } );
|
||||||
}
|
}
|
||||||
if (isObjectAttribute === true) {
|
if (isObjectAttribute === true) {
|
||||||
console.log(entry);
|
|
||||||
$( rowNode ).children().last()
|
$( rowNode ).children().last()
|
||||||
.css('position', 'relative')
|
.css('position', 'relative')
|
||||||
.append(
|
.append(
|
||||||
|
|
Loading…
Reference in New Issue