rename ortanizations -> teams

This commit is contained in:
zmagod 2017-01-25 14:22:06 +01:00
parent 883a6ea544
commit afd8328e9c
2 changed files with 1 additions and 7 deletions

View file

@ -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
});
}