bug fix
next button deactivate @ last page.
This commit is contained in:
parent
6cea3a1cc5
commit
1ac0dcd868
2 changed files with 2 additions and 2 deletions
|
|
@ -183,7 +183,7 @@ $(document).ready(function() {
|
|||
if (curscreen == 2) {
|
||||
anext._deactivate();
|
||||
}
|
||||
if (curscreen == 7) {
|
||||
if (curscreen == nscreen) {
|
||||
anext._deactivate();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -183,7 +183,7 @@ $(document).ready(function() {
|
|||
if (curscreen == 2) {
|
||||
anext._deactivate();
|
||||
}
|
||||
if (curscreen == 7) {
|
||||
if (curscreen == nscreen) {
|
||||
anext._deactivate();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue