merge groups and filed posts into activity filters

This commit is contained in:
Mario Vavti
2018-05-31 13:05:32 +02:00
parent 6bfc5aa96c
commit cbaaa1c57f
6 changed files with 73 additions and 27 deletions

View File

@@ -89,6 +89,11 @@ $(document).ready(function() {
tagClass: 'badge badge-pill badge-warning text-dark'
});
$('a.disabled').click(function(e) {
e.preventDefault();
e.stopPropagation();
});
var doctitle = document.title;
function checkNotify() {
var notifyUpdateElem = document.getElementById('notify-update');