From 8340d74a0b953b12134302eca14aaec0a0a67fba Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 11 Dec 2017 04:47:40 +0100 Subject: mobile --- public/assets/js/lib/views/index/threadbox.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public/assets/js/lib') diff --git a/public/assets/js/lib/views/index/threadbox.js b/public/assets/js/lib/views/index/threadbox.js index 79dc4bc..2cde812 100644 --- a/public/assets/js/lib/views/index/threadbox.js +++ b/public/assets/js/lib/views/index/threadbox.js @@ -38,6 +38,11 @@ var ThreadBox = View.extend({ this.appendThreads(keywords[keyword]) }) } + if (is_mobile) { + $('.ledger .keyword').each(function(){ + $('td:nth-child(2)', this).prepend($("td:nth-child(1)", this).html()) + }) + } }, parse: function(thread){ -- cgit v1.2.3-70-g09d2