Aleksander Machniak
2014-02-05 c83a9556e75c8f98cb94ff5f4c3656b773975f02
Fix possible javascript error on drag-n-drop (#1489560)
1 files modified
2 ■■■ changed files
program/js/list.js 2 ●●● patch | view | raw | blame | history
program/js/list.js
@@ -1345,7 +1345,7 @@
      var uid = RegExp.$1, row = self.rows[uid];
      if ($.inArray(uid, selection) > -1)
      if (!row || $.inArray(uid, selection) > -1)
        return;
      selection.push(uid);