[PE] Fix Bug 43813

This commit is contained in:
Julia Radzhabova 2019-12-09 15:41:09 +03:00
parent 34b7f1a7cd
commit 4bdfcb59c9

View file

@ -1466,7 +1466,7 @@ define([
var me = this;
if (!me.binding.onShowBeforeAddSlide) {
me.binding.onShowBeforeAddSlide = function(menu) {
var change = (this.iconCls == 'btn-changeslide');
var change = (this.iconCls.indexOf('btn-changeslide')>-1);
var picker = new Common.UI.DataView({
el: $('.menu-layouts', menu.$el),
parentMenu: menu,