Skip to content
Extraits de code Groupes Projets
Valider 29585f2d rédigé par diosmosis's avatar diosmosis
Parcourir les fichiers

Fixing regression in last commit.

parent 7bc0b873
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -179,7 +179,7 @@ DataTable_RowAction.prototype.trigger = function (tr, e, subTableLabel) {
}
// ascend in action reports
if (subtable.closest('div.dataTableActions')) {
if (subtable.closest('div.dataTableActions').length) {
var allClasses = tr.attr('class');
var matches = allClasses.match(/level[0-9]+/);
var level = parseInt(matches[0].substring(5, matches[0].length), 10);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter