Skip to content

Commit

Permalink
Added an event listener for onSelectAll
Browse files Browse the repository at this point in the history
  • Loading branch information
joelit committed Sep 13, 2022
1 parent 10d1595 commit e8715d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resource/js/docready.js
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,10 @@ $(function() { // DOCUMENT READY
}
updateVocabParam();
},
onSelectAll: function() {
selectedVocabs = [];
updateVocabParam();
},
maxHeight: 300
});

Expand Down

0 comments on commit e8715d1

Please sign in to comment.