mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Connected menuBar login form to login page
This commit is contained in:
@ -10,6 +10,11 @@ var ComunicWeb = {
|
||||
*/
|
||||
__config: ComunicConfig,
|
||||
|
||||
/**
|
||||
* List of available pages
|
||||
*/
|
||||
pagesList:{},
|
||||
|
||||
/**
|
||||
* Common functions
|
||||
*/
|
||||
@ -386,6 +391,13 @@ var ComunicWeb = {
|
||||
* Perform user login
|
||||
*/
|
||||
loginSubmit: function(){},
|
||||
|
||||
/**
|
||||
* Display login error message
|
||||
*
|
||||
* @return {Boolean} True for a success
|
||||
*/
|
||||
displayLoginError: function(){},
|
||||
},
|
||||
|
||||
/**
|
||||
@ -399,4 +411,4 @@ var ComunicWeb = {
|
||||
},
|
||||
|
||||
},
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user