mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Fix smart annotation [SCI-7498] (#4626)
This commit is contained in:
parent
d6b5034db9
commit
5b291acc27
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue