From c36d0551b95b0a9b56915a4e4bcd0cd584a9b194 Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 24 Oct 2016 09:48:36 +0200 Subject: * jQuery 3 compatibility --- how.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how.js b/how.js index 4997369..7193d50 100644 --- a/how.js +++ b/how.js @@ -420,7 +420,7 @@ jQuery(document).ready(function() { var move = m.split('-'); var listCell = jQuery('
').addClass('list-movement').attr('data-movement', m).text(move[0]); var listRow = moveList.find('div[data-rounds="'+move[1]+'"]'); - if (listRow.size()) { + if (listRow.length) { listRow.append(listCell); } else { -- cgit v1.2.3