Commit 752e4e00 authored by Luke Bennett's avatar Luke Bennett

Remove span

parent 523daec1
...@@ -15,7 +15,6 @@ export default class ProjectLabelSubscription { ...@@ -15,7 +15,6 @@ export default class ProjectLabelSubscription {
event.preventDefault(); event.preventDefault();
const $btn = $(event.currentTarget); const $btn = $(event.currentTarget);
const $span = $btn.find('span');
const url = $btn.attr('data-url'); const url = $btn.attr('data-url');
const oldStatus = $btn.attr('data-status'); const oldStatus = $btn.attr('data-status');
......
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