Fix smart annotation [SCI-7498] (#4626)

This commit is contained in:
ajugo 2022-11-23 12:58:32 +01:00 committed by GitHub
parent d6b5034db9
commit 5b291acc27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,7 @@ var SmartAnnotation = (function() {
function generateFilterMenu() {
var menu = '';
$.ajax({
async: false,
dataType: 'json',
url: $(document.body).attr('data-atwho-repositories-url'),
success: function(data) {