diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-07 19:01:10 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-07 19:01:10 -0400 |
| commit | bd952badbe37dcd1c4089b2b869a6a4d85c0b198 (patch) | |
| tree | e578c52343c8712e87f966d3022107e61fcc3ffb | |
| parent | 7b1a6ffc40a03376df055785869eb5b85a50c67d (diff) | |
update when u click wall
| -rw-r--r-- | public/assets/javascripts/ui/editor/WallpaperPicker.js | 2 |
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(){ |
