summaryrefslogtreecommitdiff
path: root/public/assets/javascripts/ui/editor/WallpaperPicker.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/javascripts/ui/editor/WallpaperPicker.js')
-rw-r--r--public/assets/javascripts/ui/editor/WallpaperPicker.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/assets/javascripts/ui/editor/WallpaperPicker.js b/public/assets/javascripts/ui/editor/WallpaperPicker.js
index 9ee441b..2309e22 100644
--- a/public/assets/javascripts/ui/editor/WallpaperPicker.js
+++ b/public/assets/javascripts/ui/editor/WallpaperPicker.js
@@ -7,6 +7,10 @@ var WallpaperPicker = View.extend({
},
initialize: function(){
+ this.el.innerHTML = "wallpaper coming soon"
+ this.el.style.padding = "10px"
+ this.el.style.fontWeight = "300"
+ return
var wm = new WallpaperManager()
app.on('wallpaper-ready', function(){
var black = [0,0,0,1.0]