Merge branch '2.4' of github.com:MISP/MISP into fix-duplicated-uuids

pull/6168/head
mokaddem 2020-09-03 10:56:21 +02:00
commit 13a1d36d5c
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 6 additions and 6 deletions

View File

@ -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) {