Skip to content

Commit

Permalink
Merge pull request #78 from dimitryvolkov/master
Browse files Browse the repository at this point in the history
changed select element's id following previous fix in ae9de22
  • Loading branch information
klimas7 committed Feb 18, 2019
2 parents 707aae1 + d9c7517 commit fb830dc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@
</j:if>
<script type="text/javascript">
var parentDiv = jQuery('#${divId}');
new GitParameter.QuickFilter(parentDiv.find('.select').get(0),
new GitParameter.QuickFilter(parentDiv.find('.gitParameterSelect').get(0),
parentDiv.find('.git_parameter_quick_filter').get(0),
"${it.selectedValue}", "${it.defaultValue}");
</script>
Expand Down

0 comments on commit fb830dc

Please sign in to comment.