design fix, refactoring

This commit is contained in:
Devaev Maxim
2018-11-22 06:22:48 +03:00
parent a4357162f4
commit d3073b9d7e
9 changed files with 47 additions and 27 deletions

View File

@@ -73,7 +73,7 @@ function Msd() {
__applyState();
});
__applyState();
$("msd-switch-to-" + to + "-button").disabled = true;
$(`msd-switch-to-${to}-button`).disabled = true;
};
var __selectNewImageFile = function() {