Skip to content
Snippets Groups Projects
Commit 61d27543 authored by Thibault Delavallée's avatar Thibault Delavallée
Browse files

[CLEAN] website_mail: cleaned a lost console.log and a commented line that...

[CLEAN] website_mail: cleaned a lost console.log and a commented line that should have been removed with pr 213
parent 7c86e2aa
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@
id: this.$target.data('id'),
fields: ['name', 'alias_id'],
}).always(function (data) {
console.log(data);
self.is_user = data.is_user;
self.$target.find('.js_mg_email').attr('href', 'mailto:' + data.alias_id[1]);
self.$target.find('.js_mg_link').attr('href', '/groups/' + data.id);
......
......@@ -514,7 +514,6 @@
class="js_follow_email form-control"
placeholder="your email..."/>
<span class="input-group-btn">
<!-- <button href="#" class="btn btn-default js_unfollow_btn">Unsubscribe</button> -->
<button href="#" class="btn btn-primary js_follow_btn">Subscribe</button>
</span>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment