summaryrefslogtreecommitdiff
path: root/share/frontend/imconcat/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/frontend/imconcat/index.html')
-rw-r--r--share/frontend/imconcat/index.html20
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>