summaryrefslogtreecommitdiff
path: root/web/js/kvm/msd.js
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-11-22 06:22:48 +0300
committerDevaev Maxim <[email protected]>2018-11-22 06:26:58 +0300
commitd3073b9d7e479b979e98043b4f878da306adae6a (patch)
tree9115c037b1dd7b6e3bed4f4ea7ec4a1aa6157fbb /web/js/kvm/msd.js
parenta4357162f452e89121e56500b7b6cba314eb46dd (diff)
design fix, refactoring
Diffstat (limited to 'web/js/kvm/msd.js')
-rw-r--r--web/js/kvm/msd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/kvm/msd.js b/web/js/kvm/msd.js
index bbc86370..c59563b7 100644
--- a/web/js/kvm/msd.js
+++ b/web/js/kvm/msd.js
@@ -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() {