started to code the corpus nodepopup
This commit is contained in:
@@ -117,7 +117,7 @@ edlp_vars = {
|
||||
};
|
||||
|
||||
function onAjaxLinkLoadError(jqxhr, textStatus, error, $link, sys_path){
|
||||
console.warn('fail : error', jqxhr.responseText);
|
||||
console.warn('ajaxlink load failed', jqxhr.responseText);
|
||||
$link.removeClass('ajax-loading');
|
||||
_$body.removeClass('ajax-loading');
|
||||
};
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
};
|
||||
|
||||
function onAjaxLinkLoadError(jqxhr, textStatus, error, $link, sys_path){
|
||||
console.warn('fail : error', jqxhr.responseText);
|
||||
console.warn('ajaxlink load failed', jqxhr.responseText);
|
||||
$link.removeClass('ajax-loading');
|
||||
_$body.removeClass('ajax-loading');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user