diff options
author | Valerio Virgillito | 2012-06-07 13:13:01 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-07 13:13:01 -0700 |
commit | 25d639e6c7dd737f4671011faf07091c86c0e324 (patch) | |
tree | 6a9997c67f581a872bf29ba5da05dfd14ad81dc3 /js/panels/properties.reel/properties.js | |
parent | b75fe9369f7caec0351d298f7106c8d59572b440 (diff) | |
download | ninja-25d639e6c7dd737f4671011faf07091c86c0e324.tar.gz |
fixing the body color chip for non banners templates
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/properties.reel/properties.js')
-rwxr-xr-x | js/panels/properties.reel/properties.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/panels/properties.reel/properties.js b/js/panels/properties.reel/properties.js index 934a3851..cc99ca6c 100755 --- a/js/panels/properties.reel/properties.js +++ b/js/panels/properties.reel/properties.js | |||
@@ -243,8 +243,8 @@ exports.Properties = Montage.create(Component, { | |||
243 | controls = this.customSections[n].content.controls; | 243 | controls = this.customSections[n].content.controls; |
244 | if(controls["colorSelect"]) { | 244 | if(controls["colorSelect"]) { |
245 | controls["colorSelect"].destroy(); | 245 | controls["colorSelect"].destroy(); |
246 | } else if(controls["background"]) { | 246 | } else if(controls["background-color"]) { |
247 | controls["background"].destroy(); | 247 | controls["background-color"].destroy(); |
248 | } | 248 | } |
249 | } | 249 | } |
250 | 250 | ||