Commit bab8af9b authored by Regis's avatar Regis

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

parent e5e3a9a3
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment