mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Ready to prepare user page implementation
This commit is contained in:
24
assets/js/pages/userPage/main.js
Normal file
24
assets/js/pages/userPage/main.js
Normal file
@ -0,0 +1,24 @@
|
||||
/**
|
||||
* User page
|
||||
*
|
||||
* Display the profile of the user
|
||||
*
|
||||
* Main file
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
ComunicWeb.pages.userPage.main = {
|
||||
|
||||
/**
|
||||
* Open user page
|
||||
*
|
||||
* @param {Object} params Parametres required to open the page
|
||||
* @param {HTMLElement} target The target for the user page
|
||||
*/
|
||||
open: function(params, target){
|
||||
|
||||
console.log(params);
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user