Project

General

Profile

« Previous | Next » 

Revision 61034

[Admin |Trunk ]

- reinstall library
- Update properties: correct https for indexInfoAPI
-Customization: fix reseting the preview url after click reset button

View differences:

customization.component.ts
173 173
  }
174 174

  
175 175
  resetLayout() {
176
    this.initializeCustomizationOptions(JSON.stringify(this.appliedCustomizationOptions) != this.previewCustomization);
176
    this.initializeCustomizationOptions(JSON.stringify(this.publishedCustomizationOptions) != this.previewCustomization);
177 177
  }
178 178
  resetBackgroundsTo(backgrounds) {
179 179
    this.draftCustomizationOptions.backgrounds.dark.color = backgrounds.dark.color;

Also available in: Unified diff