Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit 30e1c52ab0 - Show all commits

View File

@ -270,12 +270,8 @@ mobile.sequenceSuccess = function () {
setTimeout(() => {
if (STATE.sequence) {
mobile.ble.active = true;
if (!document.getElementById('seq').classList.contains('focus')) {
document.getElementById('seq').classList.add('focus');
}
} else {
mobile.ble.active = false;
document.getElementById('seq').classList.remove('focus');
}
}, 20);
}