[PE] Fix Bug 43813
This commit is contained in:
parent
34b7f1a7cd
commit
4bdfcb59c9
|
@ -1466,7 +1466,7 @@ define([
|
||||||
var me = this;
|
var me = this;
|
||||||
if (!me.binding.onShowBeforeAddSlide) {
|
if (!me.binding.onShowBeforeAddSlide) {
|
||||||
me.binding.onShowBeforeAddSlide = function(menu) {
|
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({
|
var picker = new Common.UI.DataView({
|
||||||
el: $('.menu-layouts', menu.$el),
|
el: $('.menu-layouts', menu.$el),
|
||||||
parentMenu: menu,
|
parentMenu: menu,
|
||||||
|
|
Loading…
Reference in a new issue