Move some subscriptions-related code

(imported from commit 49f6e525e3aa8a7a5336f713c94e81fee6546dfa)
This commit is contained in:
Keegan McAllister
2012-10-03 16:24:17 -04:00
parent 8d17de1247
commit ffff63eaad
4 changed files with 81 additions and 86 deletions

View File

@@ -130,4 +130,6 @@ $(function () {
$('.button-slide').click(function () {
show_compose('class', $("#class"));
});
$('#sidebar a[href="#subscriptions"]').click(fetch_subs);
});