You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/02/23 15:59:47 UTC

[airavata-django-portal] branch master updated: Removing JS alert

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/master by this push:
     new cfdcf3e  Removing JS alert
cfdcf3e is described below

commit cfdcf3eb1b07fb0c9da4a4d8c27af215537eb72f
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Fri Feb 23 10:59:41 2018 -0500

    Removing JS alert
---
 .../js/components/experiment/ExperimentEditor.vue                       | 2 --
 1 file changed, 2 deletions(-)

diff --git a/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/ExperimentEditor.vue b/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/ExperimentEditor.vue
index a85cdc8..a42ce08 100644
--- a/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/ExperimentEditor.vue
+++ b/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/ExperimentEditor.vue
@@ -149,7 +149,6 @@ export default {
                         .then(experiment => {
                             this.localExperiment = experiment;
                             console.log(experiment);
-                            alert('Experiment saved!');
                             this.$emit('saved', experiment);
                         });
                 })
@@ -165,7 +164,6 @@ export default {
                             this.localExperiment = experiment;
                             return services.ExperimentService.launch(experiment.experimentId)
                             .then(result => {
-                                alert('Experiment launched!');
                                 this.$emit('savedAndLaunched', experiment);
                             });
                         })

-- 
To stop receiving notification emails like this one, please contact
machristie@apache.org.