mirror of https://github.com/MISP/MISP
Merge branch '2.4' of github.com:MISP/MISP into fix-duplicated-uuids
commit
13a1d36d5c
|
@ -3835,12 +3835,12 @@ function flashErrorPopover() {
|
|||
}
|
||||
|
||||
function attributeHoverTitle(id, type) {
|
||||
return `<span>Lookup results:</span>
|
||||
<i class="fa fa-search-plus useCursorPointer eventViewAttributePopup"
|
||||
style="float: right;"
|
||||
data-object-id="${id}"
|
||||
data-object-type="${type}">
|
||||
</i>`;
|
||||
return '<span>Lookup results:</span>\
|
||||
<i class="fa fa-search-plus useCursorPointer eventViewAttributePopup"\
|
||||
style="float: right;"\
|
||||
data-object-id="${id}"\
|
||||
data-object-type="${type}">\
|
||||
</i>';
|
||||
}
|
||||
|
||||
function attributeHoverPlacement(element) {
|
||||
|
|
Loading…
Reference in New Issue