fix: [JS] switch to local variable

pull/4024/head
mokaddem 2019-01-17 15:53:13 +01:00
parent 5e6dc0524f
commit 4859518ce3
1 changed files with 1 additions and 0 deletions

View File

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