diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-11 04:47:40 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-11 04:47:40 +0100 |
| commit | 8340d74a0b953b12134302eca14aaec0a0a67fba (patch) | |
| tree | ba1b95f015508de124829ec6abf9202619e02426 /public/assets/js/lib | |
| parent | c37d490630ad0a62ed037555511f699c65dfea80 (diff) | |
mobile
Diffstat (limited to 'public/assets/js/lib')
| -rw-r--r-- | public/assets/js/lib/views/index/threadbox.js | 5 |
1 files changed, 5 insertions, 0 deletions
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){ |
