提交 a2e7661f 编写于 作者: D Damian Szczepanik

Fixes Jenkins build error

上级 fae8ec61
......@@ -262,7 +262,7 @@ var createPluginSetupWizard = function(appendTarget) {
for (var i = focusPath.length-1; i >= 0; i--) {
e = e.children[focusPath[i]];
}
if (document.activeElement != e) {
if (document.activeElement !== e) {
e.focus();
}
} catch (ex) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册