Tomorrow @ NaN:NaN am

Talk about all things related to Conquer Club

Moderator: Community Team

Forum rules
Please read the community guidelines before posting.
Post Reply
User avatar
Porteiro
Posts: 72
Joined: Wed Sep 08, 2010 4:05 pm

Tomorrow @ NaN:NaN am

Post by Porteiro »

When I'm looking at the "My Games" page, the time remaining for each game is listed as "Tomorrow @ NaN:NaN am".

Does this happen for anybody else?
User avatar
Calidrmr
Posts: 644
Joined: Wed Sep 12, 2007 5:00 pm
Location: the corner bar...
Contact:

Re: Tomorrow @ NaN:NaN am

Post by Calidrmr »

Porteiro wrote:When I'm looking at the "My Games" page, the time remaining for each game is listed as "Tomorrow @ NaN:NaN am".

Does this happen for anybody else?
Hello...try this:
iamkoolerthanu wrote:Ha fixed it :)

Went to manage user scripts, right clicked BoB, clicked show containing folder. Then clicked edit from there and then edited the 1 to a 2, now it works fine!

Thanks everyone!
once your in "edit" mode, find this (you will need to scroll about halfway down to find it):
rbelgrod wrote:when i click edit, it does nothing

ok, that worked great, now all is working ....thanks buddy your a genius


function updateMyGamesClock(elements) {
$(elements).each(function (){
var currentHTML = this.innerHTML,
time = currentHTML.split('<br>')[1].split(':'),.........................change this 1 to a 2
targetDate = new Date(),
secondsLeft = parseInt(time[2],10) + parseInt(time[1],10) * 60 + parseInt(time[0],10) * 60 * 60,
additionalClock = $(this).find('.additionalClock');
targetDate.setTime(targetDate.getTime() + (secondsLeft * 1000));
if (!additionalClock.exists()) {
additionalClock = $('<span class="additionalClock"></span>');
$(this).append('<br />').append(additionalClock);
}
additionalClock.html(getAdditionalClockInfo(targetDate));
Image
<Juan_Bottom>You're like the Barry Bonds of drinking. You don't need the practice you just do it because you like it.
User avatar
Victor Sullivan
Posts: 6010
Joined: Mon Feb 08, 2010 8:17 pm
Gender: Male
Location: Columbus, OH
Contact:

Re: Tomorrow @ NaN:NaN am

Post by Victor Sullivan »

It's amazing what one little number can do! :)

-Mr. Sully
User avatar
Squirly
Posts: 345
Joined: Fri Feb 09, 2007 2:51 pm
Gender: Male
Location: over here

Re: Tomorrow @ NaN:NaN am

Post by Squirly »

worked for me, thanks
User avatar
lord voldemort
Posts: 9596
Joined: Sat Oct 20, 2007 4:39 am
Gender: Male
Location: Launceston, Australia
Contact:

Re: Tomorrow @ NaN:NaN am

Post by lord voldemort »

Is there a fix for chrome...I can't work it out :(
Image
Post Reply

Return to “Conquer Club Discussion”