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 (target != '') url += "/" + target;
|
||||||
if (id != '') url += "/" + id;
|
if (id != '') url += "/" + id;
|
||||||
var popover = openPopover(clicked, undefined);
|
var popover = openPopover(clicked, undefined);
|
||||||
|
$clicked = $(clicked);
|
||||||
|
|
||||||
// actual request //
|
// actual request //
|
||||||
$.ajax({
|
$.ajax({
|
||||||
|
|
Loading…
Reference in New Issue