mirror of https://github.com/MISP/MISP
fix: [JS] switch to local variable
parent
5e6dc0524f
commit
4859518ce3
|
@ -1499,6 +1499,7 @@ function popoverPopup(clicked, id, context, target, admin) {
|
|||
if (target != '') url += "/" + target;
|
||||
if (id != '') url += "/" + id;
|
||||
var popover = openPopover(clicked, undefined);
|
||||
$clicked = $(clicked);
|
||||
|
||||
// actual request //
|
||||
$.ajax({
|
||||
|
|
Loading…
Reference in New Issue