diff options
| author | yo mama <pepper@scannerjammer.com> | 2016-08-23 11:08:54 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2016-08-23 11:08:54 -0700 |
| commit | c42f2684cad8d29b20540076349cc2fcec1573c9 (patch) | |
| tree | 59ec71564e34a418e1f88a7475dec0e6b1f74a68 /share/frontend | |
| parent | 0c238e0bd38573f4b8fa2fdf16d46960f9920fec (diff) | |
good
Diffstat (limited to 'share/frontend')
| -rw-r--r-- | share/frontend/imconcat/index.html | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/share/frontend/imconcat/index.html b/share/frontend/imconcat/index.html index c851100..86e7e3c 100644 --- a/share/frontend/imconcat/index.html +++ b/share/frontend/imconcat/index.html @@ -156,10 +156,10 @@ $(document).ready(function(){ $('form').jsonForm({ "schema": { - "img_url1": { - "type": "string", - "title": "Image Url 1:" - }, + "img_url1": { + "type": "string", + "title": "Image Url 1:" + }, "img_url2": { "type": "string", "title": "Image Url 2:" @@ -167,7 +167,7 @@ "dimensions_match": { "type": "string", "title": "Match Dimensions To:", - "enum": [ "smaller", "larger" ] + "enum": [ "smaller", "larger", "dont match dimensions" ] }, "frames_match": { "type": "string", @@ -321,6 +321,16 @@ }) } ) + $("#jsonform-0-elt-resize_switch").css( + { + "display": "inline", + "margin-left": "10px", + "margin-top": "10px", + } + ).attr("checked", true) + $("#jsonform-0-elt-resize_switch").parent().css("display", "inline") + $("#jsonform-0-elt-resize_switch").parent().parent().css("display", "inline") + $("#jsonform-0-elt-resize_switch").parent().parent().parent().css("margin-top", "10px") }) </script> |
