130520 User search and wetcat theme

This commit is contained in:
Daisuke 2020-05-13 20:06:55 -05:00
parent a5f40d5ac3
commit cb98b84c94
1 changed files with 2 additions and 0 deletions

View File

@ -20,11 +20,13 @@ $('body').on('click', '.toggleblur', function(e) {
$('body').on('click', '#emoji', function(e) {
$(this).closest(".element").find('.picker').css("display","none");
$(this).closest(".element").find('.picker').css("display","block");
$('#emojisearch').focus();
});
$('body').on('click', '#contact', function(e) {
$(this).closest(".element").find('.contactpicker').css("display","none");
$(this).closest(".element").find('.contactpicker').css("display","block");
$('#contactsearch').focus();
});
$('body').on('click', '.emoji', function(e) {