Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tappe sbagliate #21

Open
DangerBlack opened this issue Jun 7, 2017 · 1 comment
Open

tappe sbagliate #21

DangerBlack opened this issue Jun 7, 2017 · 1 comment
Assignees
Labels

Comments

@DangerBlack
Copy link
Owner

if((s.tappe[i].idtappe>inizio)&&(s.tappe[i].conquistata==0)){
					$(".tappa").attr("src","archive/"+s.tappe[i].immagine);

Riga 68, viene visualizzata la tappa successiva mentre andrebbe mostrata la tappa attuale.
Ovvero >= invece di solo >

@DangerBlack DangerBlack added the bug label Jun 7, 2017
@DangerBlack DangerBlack self-assigned this Jun 7, 2017
@DangerBlack
Copy link
Owner Author

Bug segnalato più volte e non ancora risolto questa è la soluzione

if((s.tappe[i].idtappe>=inizio)&&(s.tappe[i].conquistata==0))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant