Conquer Club

Tomorrow @ NaN:NaN am

Talk about all things related to Conquer Club

Moderator: Community Team

Forum rules
Please read the community guidelines before posting.

Tomorrow @ NaN:NaN am

Postby Porteiro on Tue Sep 27, 2011 5:35 pm

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
Lieutenant Porteiro
 
Posts: 72
Joined: Wed Sep 08, 2010 4:05 pm

Re: Tomorrow @ NaN:NaN am

Postby Calidrmr on Tue Sep 27, 2011 8:58 pm

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
Corporal 1st Class Calidrmr
 
Posts: 641
Joined: Wed Sep 12, 2007 5:00 pm
Location: the corner bar...

Re: Tomorrow @ NaN:NaN am

Postby Victor Sullivan on Wed Sep 28, 2011 4:37 am

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

-Mr. Sully
User avatar
Corporal Victor Sullivan
 
Posts: 6010
Joined: Mon Feb 08, 2010 8:17 pm
Location: Columbus, OH

Re: Tomorrow @ NaN:NaN am

Postby Squirly on Thu Sep 29, 2011 7:17 am

worked for me, thanks
User avatar
General Squirly
 
Posts: 345
Joined: Fri Feb 09, 2007 2:51 pm
Location: over here

Re: Tomorrow @ NaN:NaN am

Postby lord voldemort on Sun Oct 02, 2011 4:09 am

Is there a fix for chrome...I can't work it out :(
Image
User avatar
Lieutenant lord voldemort
 
Posts: 9596
Joined: Sat Oct 20, 2007 4:39 am
Location: Launceston, Australia


Return to Conquer Club Discussion

Who is online

Users browsing this forum: No registered users