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

Commit

Permalink
Merge pull request #718 from hariadi/fix-custom-field-js
Browse files Browse the repository at this point in the history
Fix image type selection not show hidden input
  • Loading branch information
CraigChilds94 committed Sep 25, 2014
2 parents 303d036 + 4365085 commit 4accf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anchor/views/assets/js/custom-fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Show/hide fields depending on type
*/
$(function() {
var select = $('#field'), attrs = $('.hide');
var select = $('#label-field'), attrs = $('.hide');

var update = function() {
var value = select.val();
Expand Down

0 comments on commit 4accf66

Please sign in to comment.