Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

Commit 4accf66

Browse files
committed
Merge pull request #718 from hariadi/fix-custom-field-js
Fix image type selection not show hidden input
2 parents 303d036 + 4365085 commit 4accf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anchor/views/assets/js/custom-fields.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Show/hide fields depending on type
55
*/
66
$(function() {
7-
var select = $('#field'), attrs = $('.hide');
7+
var select = $('#label-field'), attrs = $('.hide');
88

99
var update = function() {
1010
var value = select.val();

0 commit comments

Comments
 (0)