fix: fixes attribute popup UI issues with expansion

pull/3856/head
Christophe Vandeplas 2018-11-06 15:26:05 +01:00 committed by GitHub
parent 33839e3c99
commit 551c877e9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2836,6 +2836,7 @@ $(".eventViewAttributePopup").click(function() {
success:function (html) {
ajaxResults[type + "_" + id] = html;
},
async: false,
cache: false,
url:"/attributes/hoverEnrichment/" + id,
});