diff --git a/public/conductor/index.js b/public/conductor/index.js index e272fa0..fdb2844 100644 --- a/public/conductor/index.js +++ b/public/conductor/index.js @@ -183,7 +183,7 @@ $(document).ready(function() { if (curscreen == 2) { anext._deactivate(); } - if (curscreen == 7) { + if (curscreen == nscreen) { anext._deactivate(); } } diff --git a/public/index.js b/public/index.js index 7291b69..80758cc 100644 --- a/public/index.js +++ b/public/index.js @@ -183,7 +183,7 @@ $(document).ready(function() { if (curscreen == 2) { anext._deactivate(); } - if (curscreen == 7) { + if (curscreen == nscreen) { anext._deactivate(); } }