Simplify dynamic table CSS styles

This commit is contained in:
buinsky
2016-07-17 11:17:03 +03:00
parent 7aadf644e0
commit b1c45901f0
2 changed files with 21 additions and 59 deletions

View File

@@ -342,7 +342,6 @@ var DynamicTable = new Class({
tr_found = false;
for (j = rowPos; j < trs.length; j++)
if (trs[j]['rowId'] == rowId) {
trs[rowPos].removeClass('over');
tr_found = true;
if (rowPos == j)
break;