plugins.js 261 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 function styleInlineStatusesLikeParent() { jQuery('.js-otgs-plugin-tr').each(function () { if (jQuery(this).prev().addClass('update').hasClass('active')) { jQuery(this).addClass('active'); } }) } jQuery(document).ready(styleInlineStatusesLikeParent);