diff options
Diffstat (limited to 'public/assets')
| -rw-r--r-- | public/assets/css/hootstream.css | 3 | ||||
| -rw-r--r-- | public/assets/js/lib/views/stream/hootfilters.js | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index c563ba6..96b140c 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -178,9 +178,10 @@ margin-top: 0; margin-right: 0.375rem; } -#hootevents .hoot.streamLastlog .text { +/*#hootevents .hoot.streamLastlog .text { line-height: 0; } +*/ #hootevents .hoot.streamLastlog .age { } 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 { |
