Skip to content

Commit e1faa59

Browse files
architkshkchampionswimmer
authored andcommitted
fixed enter key (#116)
1 parent fce514f commit e1faa59

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

views/pages/claims/view.hbs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@
6969
$('#resetProjectName').click(function () {
7070
$('#projectName').text('Filter Projects')
7171
})
72+
73+
$('.ui.dropdown')
74+
.dropdown({
75+
action: function (text, value, element) {
76+
element.click()
77+
}
78+
})
7279
</script>
7380
<div class="ui very relaxed divided items">
7481
{{#each claims as |claim|}}

0 commit comments

Comments
 (0)