130520 User search and wetcat theme
This commit is contained in:
parent
a5f40d5ac3
commit
cb98b84c94
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user