diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-27 14:51:10 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-27 14:51:10 +0200 |
| commit | 53644b55eb3a6a355f25e4a30b62c2c78451cd29 (patch) | |
| tree | 2c3bc582210b68e686a7b258847d9ee2534ed78c /public/assets/js/lib/views/stream | |
| parent | bf8213da7a459540ff0ab820c2353e0c79c66702 (diff) | |
css
Diffstat (limited to 'public/assets/js/lib/views/stream')
| -rw-r--r-- | public/assets/js/lib/views/stream/hootfilters.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/assets/js/lib/views/stream/hootfilters.js b/public/assets/js/lib/views/stream/hootfilters.js index f1cf107..2f4e4ac 100644 --- a/public/assets/js/lib/views/stream/hootfilters.js +++ b/public/assets/js/lib/views/stream/hootfilters.js @@ -76,7 +76,6 @@ var HootFilters = View.extend({ classicHref = `/profile/${target.username}`; classicText = "profile"; } - console.log(classicHref, classicText); this.$classicLink.show(); this.$classicLink.find("a").attr("href", classicHref).html(classicText); } else { |
