diff options
Diffstat (limited to 'views/controls/editor/media-editor.ejs')
| -rw-r--r-- | views/controls/editor/media-editor.ejs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/controls/editor/media-editor.ejs b/views/controls/editor/media-editor.ejs index ef46e6f..305a602 100644 --- a/views/controls/editor/media-editor.ejs +++ b/views/controls/editor/media-editor.ejs @@ -43,6 +43,7 @@ <label for="scenery-height">height</label> <input type="text" class="units" name="height" id="scenery-height"> </div> + <!-- <div class="setting number"> <select id="builder-units" name="units"> <option value="px">pixels</option> @@ -50,7 +51,7 @@ <option value="m">meter</option> </select> </div> - + --> <div class="setting"> <a href="#" class="warn btn" data-role="destroy-media">remove from wall</a> </div> |
