Ajout raccourci-clavier pour dev: ctrl+alt+e pour ouvrir box connection
This commit is contained in:
parent
60b484dae6
commit
92435df362
|
@ -348,16 +348,15 @@ initForm( // initialisation du formulaire de connection
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
Shortcut('ctrl+alt+n', function(){
|
// Shortcut('ctrl+alt+n', function(){
|
||||||
pageM.vars[0] = 'notifications';
|
// pageM.vars[0] = 'notifications';
|
||||||
selectSection( document.querySelector('#MENU > span[data-link=home]') );
|
// selectSection( document.querySelector('#MENU > span[data-link=home]') );
|
||||||
});
|
|
||||||
|
|
||||||
// Shortcut('ctrl+alt+e', function(){
|
|
||||||
// console.log(DOM.LOGOUT);
|
|
||||||
// DOM.LOGOUT.click();
|
|
||||||
// });
|
// });
|
||||||
|
|
||||||
|
Shortcut('ctrl+alt+e', function(){
|
||||||
|
addClass(DOM.WRAPPER, 'blurred');
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
/* [6] GESTION DES LIENS SPÉCIFIQUES
|
/* [6] GESTION DES LIENS SPÉCIFIQUES
|
||||||
==============================================================*/
|
==============================================================*/
|
||||||
|
|
Loading…
Reference in New Issue