diff options
| author | Julie Lala <jules@okfoc.us> | 2014-10-16 04:40:53 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-10-16 04:40:53 -0400 |
| commit | 1a15b32d8cc8fcf27861f94151ca63eb6d8736c2 (patch) | |
| tree | 5d4804e0be7a09c2bf4352e8affeea899de47ab7 /public/assets/javascripts/ui/editor/Presets.js | |
| parent | 37851cbd12dcb17be77265164876184019d34602 (diff) | |
fix clone button, add urls you paste to your wallpaper
Diffstat (limited to 'public/assets/javascripts/ui/editor/Presets.js')
| -rw-r--r-- | public/assets/javascripts/ui/editor/Presets.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/javascripts/ui/editor/Presets.js b/public/assets/javascripts/ui/editor/Presets.js index cde2fdf..0a0e0fe 100644 --- a/public/assets/javascripts/ui/editor/Presets.js +++ b/public/assets/javascripts/ui/editor/Presets.js @@ -110,6 +110,7 @@ var Presets = View.extend({ Walls.setWallpaper.floor({ src: url }) Walls.setWallpaper.ceiling({ src: url }) } + app.controller.wallpaperPicker.addUrl(url) }, enterSetUrl: function (e) { e.stopPropagation() |
