From 5bed6b2db5fe3c766ddb64dc97c8c16b29630da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=C4=8Cekan?= Date: Fri, 26 Feb 2016 13:50:28 +0100 Subject: [PATCH] Update grido.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nevím jak to udělat lépe, ale podmínka td:not(.actions a) určitě nefunguje, chybu jsem vyřešil odstraněním odkazu ze selectoru což způsobí že nelze klikat v celé oblasti akcí. Je otázkou jestli je to potřeba. --- assets/js/grido.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/grido.js b/assets/js/grido.js index 0346fc51..95178294 100644 --- a/assets/js/grido.js +++ b/assets/js/grido.js @@ -239,7 +239,7 @@ bindClickOnRow: function() { var that = this; - $('tbody td:not(.checker,.actions a)', this.grido.$table) + $('tbody td:not(.checker,.actions)', this.grido.$table) .off('click.grido') .on('click.grido', function(event) { if ($(this).hasClass('edit')) {