Uncheck direction checkbox when setting state

This commit is contained in:
mmcwilliams 2018-02-12 17:48:38 -05:00
parent d32cb83261
commit 9cdf497518
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ var setState = function (res) {
STATE.dir = res.frame.dir;
setDirLabel(false);
} else {
document.getElementById('dir').checked = false;
STATE.dir = res.frame.dir;
setDirLabel(true);
}