Added emoji picker in the conversation system

This commit is contained in:
Pierre
2018-04-21 08:38:45 +02:00
parent 7d7fb2c499
commit a773170e55
5 changed files with 61 additions and 6 deletions

View File

@@ -426,6 +426,14 @@ function add_space(target){
}
/**
* Get the current absolute position bottom of the screen
*
* @return {number} The bottom on the screen
*/
function abs_height_bottom_screen(){
return window.scrollY + $(window).height();
}
/**
* Page URL update detection