User:Technical 13/common.js: Difference between revisions

Content deleted Content added
Technical 13 (talk | contribs)
Technical 13 (talk | contribs)
Line 37:
timePost.setHours(postHour);
timePost.setMinutes(postMin);
var SHOE = timePost + " =?= " + timeNow;/*
$('td[class="mw-enhanced-rc"]').each(function() {this.innerHTML = this.innerHTML.replace('   ', SHOE);});
if (timePost >= timeNow) {$('td.mw-enhanced-rc').css({fontWeight: 'bold', fontSize: '12pt'});}*/