mirror of https://github.com/calzoneman/sync.git
Focus searchbox when emotelist modal is shown
This commit is contained in:
parent
9d00d9666d
commit
119b6a62b8
|
@ -882,6 +882,7 @@ $("#emotelistbtn").on('click', function () {
|
|||
EMOTELISTMODAL.modal();
|
||||
});
|
||||
|
||||
EMOTELISTMODAL.on('shown.bs.modal', function () { $('.emotelist-search').trigger('focus') });
|
||||
EMOTELISTMODAL.find(".emotelist-alphabetical").change(function () {
|
||||
USEROPTS.emotelist_sort = this.checked;
|
||||
setOpt("emotelist_sort", USEROPTS.emotelist_sort);
|
||||
|
|
Loading…
Reference in New Issue