Subpage under development, new version coming soon!
Asunto: oSokker
her name is noel. i have a dream about her. she rings my bell.
Any Opera and oSokker users here? I need help with one thing.
(editado)
(editado)
So maybe some FF and oSokker users are here? I need immediate help with one thing.
Can someone who have oSokker installed check if he or she can watch Poland U21 squad? Just one click and one post/sk-mail.
click this link
(editado)
Can someone who have oSokker installed check if he or she can watch Poland U21 squad? Just one click and one post/sk-mail.
click this link
(editado)
Do You use Firefox or Opera?
I am asking because when I enter that page (Opera) then my browser crashes.
And my "question" have such weird form because I got this problem once (probably 10-20 posts back) and no one answered then, so this time I tried different form.
(editado)
I am asking because when I enter that page (Opera) then my browser crashes.
And my "question" have such weird form because I got this problem once (probably 10-20 posts back) and no one answered then, so this time I tried different form.
(editado)
opera.
with opera, there is some probelm with the calculating on players page(like your playerspage too).
you should disable these functions, where there is calculating on players page.
with opera, there is some probelm with the calculating on players page(like your playerspage too).
you should disable these functions, where there is calculating on players page.
Thank You very much for response and help.
It indeed crashes on players sorting and players summary. After disabling those options everything is fine. Problem solved.
It indeed crashes on players sorting and players summary. After disabling those options everything is fine. Problem solved.
Exactly crash line is:
playerData[pid]['injury'] = playerDivs[ summary['players'] ]['injury'];
in os_getPlayersSummary function (line 421, file oSokker.js).
After commenting it, You can enable players sorting and summary (works at least for current Poland U21 squad).
EDIT: Its something with parseInt function in my opinion.
EDIT2: I think, I got the final solution, not only workaround:
Change those lines (407 and 408):
playerDivs[ summary['players'] ]['injury'] = parseInt( sText );
if ( isNaN( playerDivs[ summary['players'] ]['injury'] ) ) playerDivs[ summary['players'] ]['injury'] = 7;
into simple:
playerDivs[ summary['players'] ]['injury'] = parseInt(sText) || 7;
or (because I am not sure if that above will work properly) in normal standard if statement [if(isNaN(parseInt(sText)) {variable = 7} else variable = parseInt(sText);]
(editado)
playerData[pid]['injury'] = playerDivs[ summary['players'] ]['injury'];
in os_getPlayersSummary function (line 421, file oSokker.js).
After commenting it, You can enable players sorting and summary (works at least for current Poland U21 squad).
EDIT: Its something with parseInt function in my opinion.
EDIT2: I think, I got the final solution, not only workaround:
Change those lines (407 and 408):
playerDivs[ summary['players'] ]['injury'] = parseInt( sText );
if ( isNaN( playerDivs[ summary['players'] ]['injury'] ) ) playerDivs[ summary['players'] ]['injury'] = 7;
into simple:
playerDivs[ summary['players'] ]['injury'] = parseInt(sText) || 7;
or (because I am not sure if that above will work properly) in normal standard if statement [if(isNaN(parseInt(sText)) {variable = 7} else variable = parseInt(sText);]
(editado)
Great.
seems to work just with the simple line.
But i am not sure if it will work for everyone. Cause, logicaly there is nothing wrong with my two lines.
I will upload it now. And Opera users can check.
seems to work just with the simple line.
But i am not sure if it will work for everyone. Cause, logicaly there is nothing wrong with my two lines.
I will upload it now. And Opera users can check.
Osokker for fire fox 12??? I have it but the adjustments are not kept
It's possible to have in the junior page also the number of the week in the season when the player is supposed to come out from the school? Thank you so much for your great job.
hoover your mouse over the estimated age.