Commit 2acc2649 authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Fix Bug 33440 (depends on bootstap 3.3.7).

parent de4dcb91
......@@ -1554,12 +1554,10 @@ define([
_.delay(function() {
menu.cmpEl.find('li:first a').addClass('focus');
}, 10);
// } else {
// _.delay(function() {
// menu.cmpEl.focus();
// menu.cmpEl.find('li:first a').focus();
// }, 10);
// }
if (!infocus)
_.delay(function() {
menu.cmpEl.focus();
}, 10);
}, 1);
} else {
this.documentHolder.funcMenu.hide();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment