updated core from 8.4 to 8.5 : bug with login_destination

This commit is contained in:
Bachir Soussi Chiadmi
2018-03-13 14:01:21 +01:00
parent 0d78da249b
commit e668535a4e
3486 changed files with 89604 additions and 33283 deletions
+1 -2
View File
@@ -74,12 +74,11 @@
var mode = from.rowIndex > to.rowIndex ? 'previousSibling' : 'nextSibling';
for (var i = from[mode]; i; i = i[mode]) {
var $i;
var $i = $(i);
if (i.nodeType !== 1) {
continue;
}
$i = $(i);
$i.toggleClass('selected', state);
$i.find('input[type="checkbox"]').prop('checked', state);