Commit 49a31e64 authored by Phil Hughes's avatar Phil Hughes

Removed console log

Hides time on mobile
parent 843dd24b
......@@ -29,7 +29,6 @@
const $target = $(e.target);
if ($target.hasClass('btn-remove')) {
console.log('a');
$target.closest('.member').fadeOut();
}
}
......
......@@ -21,7 +21,7 @@
= link_to member.group, class: "member-group-link prepend-left-5" do
= #{member.group.name}"
.cgray
.hidden-xs.cgray
- if member.request?
Requested
= time_ago_with_tooltip(member.requested_at)
......
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