[Common] debug

This commit is contained in:
Maxim Kadushkin 2017-04-03 19:20:12 +03:00
parent 2498996442
commit ae12690dea
2 changed files with 2 additions and 2 deletions

View file

@ -336,7 +336,7 @@
}
&.open {
button:not(.active) {
> button:not(.active) {
&:last-of-type {
background-color: @color-dark;
}

View file

@ -103,7 +103,7 @@ define([
var name = layout.get_Name();
_layouts.push({
imageUrl : layout.get_Image(),
title : (name !== '') ? name : me.layoutNames[layout.getType()],
title : (name !== '') ? name : PE.getController('Main').layoutNames[layout.getType()],
itemWidth : layout.get_Width(),
itemHeight : layout.get_Height(),
idx : layout.getIndex()