Removed some extra datatables comments.

This commit is contained in:
Mark McDowall committed 2012-02-26 18:13:12 -08:00
1 parent ea65f5836c
commit 14b6036b2f
3 files changed
-4

No files matched your search

@@ -104,7 +104,6 @@
});
function fnRowCallback(nRow, aData) {
//e.row.style.boarder = "";
var id = aData["MappingId"];
$(nRow).attr("id",id);
}
-2
View File
@@ -86,8 +86,6 @@
});
function fnRowCallback(nRow, aData) {
//e.row.style.boarder = "";
if (aData["Level"] == "Warn") {
nRow.style.backgroundColor = "#FFD700";
}
-1
View File
@@ -88,7 +88,6 @@
});
function fnRowCallback(nRow, aData) {
//e.row.style.boarder = "";
var id = aData["Key"];
$(nRow).attr("id",id);
}