mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Created friends list modal script file
This commit is contained in:
18
assets/js/components/friends/listModal.js
Normal file
18
assets/js/components/friends/listModal.js
Normal file
@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Friends list modal
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
ComunicWeb.components.friends.listModal = {
|
||||
|
||||
/**
|
||||
* Display the box that contains the list of friends of the user
|
||||
*
|
||||
* @param {number} userID The ID of the target user
|
||||
*/
|
||||
display: function(userID){
|
||||
alert(userID);
|
||||
}
|
||||
|
||||
};
|
Reference in New Issue
Block a user