[PE] Change path to style images
This commit is contained in:
parent
9012784170
commit
469893845f
|
@ -1961,7 +1961,7 @@ define([
|
||||||
|
|
||||||
var themeStore = this.getCollection('SlideThemes'),
|
var themeStore = this.getCollection('SlideThemes'),
|
||||||
mainController = this.getApplication().getController('Main'),
|
mainController = this.getApplication().getController('Main'),
|
||||||
imageUrl = (window.devicePixelRatio > 1) ? '../../../../sdkjs/common/Images/fonts_thumbnail@2x.png' : '../../../../sdkjs/common/Images/fonts_thumbnail.png';
|
imageUrl = (window.devicePixelRatio > 1) ? '../../../../sdkjs/common/Images/themes_thumbnail@2x.png' : '../../../../sdkjs/common/Images/themes_thumbnail.png';
|
||||||
if (themeStore) {
|
if (themeStore) {
|
||||||
var arr1 = [], arr2 = [];
|
var arr1 = [], arr2 = [];
|
||||||
_.each(defaultThemes, function(theme, index) {
|
_.each(defaultThemes, function(theme, index) {
|
||||||
|
|
Loading…
Reference in a new issue