diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-31 13:05:32 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-31 13:05:32 +0200 |
commit | cbaaa1c57ffed0b0a11a7d4cf9a492c26e577194 (patch) | |
tree | 020b83c4ce7c0fd6a3d59941c5a989d7ff846385 /view/theme | |
parent | 6bfc5aa96c44d3a16962242d0ef02ccfa879ab7b (diff) | |
download | volse-hubzilla-cbaaa1c57ffed0b0a11a7d4cf9a492c26e577194.tar.gz volse-hubzilla-cbaaa1c57ffed0b0a11a7d4cf9a492c26e577194.tar.bz2 volse-hubzilla-cbaaa1c57ffed0b0a11a7d4cf9a492c26e577194.zip |
merge groups and filed posts into activity filters
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/js/redbasic.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 41f5eb7ce..c905c92cb 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -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'); |