diff options
author | Regis <boudinot.regis@yahoo.com> | 2017-01-19 20:21:00 -0700 |
---|---|---|
committer | Regis <boudinot.regis@yahoo.com> | 2017-01-19 20:21:00 -0700 |
commit | bab8af9bc4601dbd9681be1fdf0b47fce6bf70c1 (patch) | |
tree | e03e510b9acdf36ccef7ae0cca25aa591c637a78 /app/assets | |
parent | e5e3a9a3d017d96282964c85689a0acf168fd688 (diff) | |
download | gitlab-ce-bab8af9bc4601dbd9681be1fdf0b47fce6bf70c1.tar.gz |
remove need for spinner on additional clicks - visual diff is actually very nice
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/javascripts/vue_pipelines_index/stage.js.es6 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/javascripts/vue_pipelines_index/stage.js.es6 b/app/assets/javascripts/vue_pipelines_index/stage.js.es6 index 37688702886..2cf2ad0a78e 100644 --- a/app/assets/javascripts/vue_pipelines_index/stage.js.es6 +++ b/app/assets/javascripts/vue_pipelines_index/stage.js.es6 @@ -25,8 +25,6 @@ }, methods: { fetchBuilds(e) { - if (this.builds) this.builds = ''; - const areaExpanded = e.currentTarget.attributes['aria-expanded']; if (areaExpanded && (areaExpanded.textContent === 'true')) return null; |