summaryrefslogtreecommitdiff
path: root/public/assets/js/lib
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-12-11 10:34:34 +0100
committerJules Laplace <julescarbon@gmail.com>2017-12-11 10:34:34 +0100
commit3aad9b4b70921e9be670560f42f00dcd448e27bb (patch)
treee43bb3ab6ffd38492c6ca1c733c74e51443491ef /public/assets/js/lib
parentd56452cd8c61cf463cd1bfbb5488dfc2f7387175 (diff)
bumpViewCount and revisions
Diffstat (limited to 'public/assets/js/lib')
-rw-r--r--public/assets/js/lib/views/index/threadbox.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/js/lib/views/index/threadbox.js b/public/assets/js/lib/views/index/threadbox.js
index 2cde812..f3c4e0f 100644
--- a/public/assets/js/lib/views/index/threadbox.js
+++ b/public/assets/js/lib/views/index/threadbox.js
@@ -38,7 +38,7 @@ var ThreadBox = View.extend({
this.appendThreads(keywords[keyword])
})
}
- if (is_mobile) {
+ if (is_mobile || window.innerWidth < 700) {
$('.ledger .keyword').each(function(){
$('td:nth-child(2)', this).prepend($("td:nth-child(1)", this).html())
})