diff --git a/anchor/views/assets/js/custom-fields.js b/anchor/views/assets/js/custom-fields.js index a152fe46f..83cd0d013 100755 --- a/anchor/views/assets/js/custom-fields.js +++ b/anchor/views/assets/js/custom-fields.js @@ -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();