summaryrefslogtreecommitdiff
path: root/themes/okadmin/templates
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-04-05 11:46:47 -0400
committerJules Laplace <jules@okfoc.us>2016-04-05 11:46:47 -0400
commitcd929e1c38c02c1d048abe702c04c7d4d6188011 (patch)
treeec2b32caa4a71f5de7e998c64e7e9dfd994b295e /themes/okadmin/templates
parent39b95380e6f81734d8a54bfbbfda13216d400247 (diff)
Fix sorting bug when savingv0.1.25
Diffstat (limited to 'themes/okadmin/templates')
-rw-r--r--themes/okadmin/templates/partials/inputs.liquid2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/okadmin/templates/partials/inputs.liquid b/themes/okadmin/templates/partials/inputs.liquid
index fa03e48..e618c61 100644
--- a/themes/okadmin/templates/partials/inputs.liquid
+++ b/themes/okadmin/templates/partials/inputs.liquid
@@ -164,6 +164,7 @@
<div style="float: left">
<input name="{{name}}[][type]" type="hidden" class="video-type" hidden>
<input name="{{name}}[][token]" type="hidden" class="video-token" hidden>
+ <input name="{{name}}[][uri]" type="hidden" class="video-uri" hidden>
<input name="{{name}}[][width]" value="{{image.width}}" type="hidden" class="video-width" hidden>
<input name="{{name}}[][height]" value="{{image.height}}" type="hidden" class="video-height" hidden>
<label>Caption</label>
@@ -192,6 +193,7 @@
<div style="float: left">
<input name="{{name}}[{{forloop.index0}}][type]" value="{{image.type}}" type="hidden" class="video-type" hidden>
<input name="{{name}}[{{forloop.index0}}][token]" value="{{image.token}}" type="hidden" class="video-token" hidden>
+ <input name="{{name}}[{{forloop.index0}}][uri]" value="{{image.uri}}" type="hidden" class="video-uri" hidden>
<input name="{{name}}[{{forloop.index0}}][width]" value="{{image.width}}" type="hidden" class="video-width" hidden>
<input name="{{name}}[{{forloop.index0}}][height]" value="{{image.height}}" type="hidden" class="video-height" hidden>
<label>Caption</label>