Aleksander Machniak
2014-02-05 e445e0acb558b2c4805cef3ed13c84139962a5b3
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);