From afd8328e9cee3f1e973b3de0c5c7f6086493aa4e Mon Sep 17 00:00:00 2001 From: zmagod Date: Wed, 25 Jan 2017 14:22:06 +0100 Subject: [PATCH] rename ortanizations -> teams --- app/assets/javascripts/protocols/steps.js.erb | 8 +------- .../{_org_projects.html.erb => _team_projects.html.erb} | 0 2 files changed, 1 insertion(+), 7 deletions(-) rename app/views/projects/index/{_org_projects.html.erb => _team_projects.html.erb} (100%) diff --git a/app/assets/javascripts/protocols/steps.js.erb b/app/assets/javascripts/protocols/steps.js.erb index 7d4f320c3..279a8a7d3 100644 --- a/app/assets/javascripts/protocols/steps.js.erb +++ b/app/assets/javascripts/protocols/steps.js.erb @@ -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 }); } diff --git a/app/views/projects/index/_org_projects.html.erb b/app/views/projects/index/_team_projects.html.erb similarity index 100% rename from app/views/projects/index/_org_projects.html.erb rename to app/views/projects/index/_team_projects.html.erb