843
edits
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
(function () { | (function () { | ||
function colorContent(text, color) { | function colorContent(text, color) { | ||
var obj = {}; | |||
obj.text = text; | |||
obj.color = color; | |||
obj.xpath = "//td[contains(text(),'" + text + "')]"; | |||
return obj; | |||
} | } | ||
/* Active Code */ | /* Active Code */ | ||
edits