diff --git a/app/partials/custom-attributes/custom-attribute-value-edit.jade b/app/partials/custom-attributes/custom-attribute-value-edit.jade index a716304a..e00fc04f 100644 --- a/app/partials/custom-attributes/custom-attribute-value-edit.jade +++ b/app/partials/custom-attributes/custom-attribute-value-edit.jade @@ -16,7 +16,7 @@ form.custom-field-single.editable <% } else if (type=="date") { %> input#custom-field-value(name="value", type="text", data-pikaday, value!="<%- value %>") <% } else if (type=="url") { %> - input#custom-field-value(name="value", type="url", data-type="url", value!="<%- value %>") + input#custom-field-value(name="value", type="url", value!="<%- value %>") <% } else { %> input#custom-field-value(name="value", type="text", value!="<%- value %>") <% } %>