remove need for spinner on additional clicks - visual diff is actually very nice

This commit is contained in:
Regis 2017-01-19 20:21:00 -07:00
parent e5e3a9a3d0
commit bab8af9bc4

View file

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