cleanup , header & logo
This commit is contained in:
@@ -128,7 +128,9 @@ class Sparc {
|
||||
*/
|
||||
onUserClassReady(){
|
||||
this.User.checkAuthenticated(()=>{
|
||||
console.log('back from checkAuthenticated')
|
||||
if(this.User.isAuthenticated) {
|
||||
console.log('authenticated OK')
|
||||
window.onbeforeunload = () => "Do you really want to leave EISMEA application ?";
|
||||
|
||||
// Loading base Classes, who can now use app.config.
|
||||
|
||||
Reference in New Issue
Block a user