aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/javascripts/bootstrap/smiley_picker.js
blob: 0c5ea35255976a5b2aa140322fcffe53cab92df2 (plain)
1
2
3
4
5
6
7
// Navigation: Load any url in this very same dialog
$(document).on('click', '.smiley-picker .navigation a', STUDIP.SmileyPicker.handleNavigationClick);

// Smiley:
// Execute select handler with selected smiley's code
// (typically adds the code to a certain textarea)
$(document).on('click', '.smiley-picker .smiley', STUDIP.SmileyPicker.handleSmileyClick);