diff options
Diffstat (limited to 'public/assets/js')
| -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){ |
