From 3aad9b4b70921e9be670560f42f00dcd448e27bb Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 11 Dec 2017 10:34:34 +0100 Subject: bumpViewCount and revisions --- public/assets/js/lib/views/index/threadbox.js | 2 +- public/assets/js/vendor/view/formview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'public') 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()) }) diff --git a/public/assets/js/vendor/view/formview.js b/public/assets/js/vendor/view/formview.js index 1f681cb..6da7db6 100644 --- a/public/assets/js/vendor/view/formview.js +++ b/public/assets/js/vendor/view/formview.js @@ -100,7 +100,7 @@ var FormView = View.extend({ dataType: "json", processData: false, success: function(response){ - console.log(response) + // console.log(response) if (response.error) { var errors = [] for (var key in response.error.errors) { -- cgit v1.2.3-70-g09d2