summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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(){