Content deleted Content added
Technical 13 (talk | contribs) m Debugging... |
Technical 13 (talk | contribs) m Debugging... |
||
Line 25:
timeNow.setMinutes(minNow);
var postTime = $('td.mw-enhanced-rc').html();
for (i=0;i<6;i++) {var postTime = postTime.replace(
var postTime = postTime.replace('<span class="mw-enhancedchanges-arrow-space"></span>', '');
var postTime = postTime.replace(
var postTime = postTime.replace(
var postTime = postTime.replace(
var postTime = postTime.replace(
var postTime = postTime.split(':',
var postHour = postTime[0];
var postMin = postTime[1];
|