mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 06:36:27 +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() {
|
function generateFilterMenu() {
|
||||||
var menu = '';
|
var menu = '';
|
||||||
$.ajax({
|
$.ajax({
|
||||||
|
async: false,
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
url: $(document.body).attr('data-atwho-repositories-url'),
|
url: $(document.body).attr('data-atwho-repositories-url'),
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
|
|
Loading…
Reference in a new issue