Commit fc7286a0 authored by Phil Hughes's avatar Phil Hughes

Fixed JS error

parent e213112f
......@@ -37,7 +37,7 @@
return $el.data('id');
},
toggleLabel (selected, $el) {
if ($link.data('revert')) {
if ($el.data('revert')) {
return $btn.text();
} else {
return $el.text();
......
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