mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-28 02:27:57 +08:00
rename ortanizations -> teams
This commit is contained in:
parent
883a6ea544
commit
afd8328e9c
2 changed files with 1 additions and 7 deletions
|
@ -185,12 +185,8 @@ function formCallback($form) {
|
|||
|
||||
setTimeout(function() {
|
||||
initStepsComments();
|
||||
<<<<<<< HEAD
|
||||
openLinksInNewTab();
|
||||
animateSpinner(null, false);
|
||||
=======
|
||||
SmartAnnotation.preventPropagation('.atwho-user-popover');
|
||||
>>>>>>> smart-annotations
|
||||
}, 1000);
|
||||
return true;
|
||||
});
|
||||
|
@ -281,12 +277,10 @@ function formNewAjax($form) {
|
|||
formCallback($form);
|
||||
formNewAjax($form);
|
||||
applyCancelOnNew();
|
||||
<<<<<<< HEAD
|
||||
animateSpinner(null, false);
|
||||
=======
|
||||
|
||||
TinyMCE.destroyAll();
|
||||
SmartAnnotation.preventPropagation('.atwho-user-popover');
|
||||
>>>>>>> smart-annotations
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue