summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-10-07 19:01:10 -0400
committerJules Laplace <jules@okfoc.us>2014-10-07 19:01:10 -0400
commitbd952badbe37dcd1c4089b2b869a6a4d85c0b198 (patch)
treee578c52343c8712e87f966d3022107e61fcc3ffb
parent7b1a6ffc40a03376df055785869eb5b85a50c67d (diff)
update when u click wall
-rw-r--r--public/assets/javascripts/ui/editor/WallpaperPicker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/javascripts/ui/editor/WallpaperPicker.js b/public/assets/javascripts/ui/editor/WallpaperPicker.js
index 3694095..140076d 100644
--- a/public/assets/javascripts/ui/editor/WallpaperPicker.js
+++ b/public/assets/javascripts/ui/editor/WallpaperPicker.js
@@ -136,8 +136,8 @@ var WallpaperPicker = UploadView.extend({
if (wall.background.src == "none") {
return;
}
- console.log(wall)
this.wall = wall
+ this.$scale.val( this.wall.background.scale )
},
updateScale: function(){