Ajout raccourci-clavier pour dev: ctrl+alt+e pour ouvrir box connection

This commit is contained in:
xdrm-brackets 2015-11-15 12:30:35 +01:00
parent 60b484dae6
commit 92435df362
1 changed files with 7 additions and 8 deletions

View File

@ -348,16 +348,15 @@ initForm( // initialisation du formulaire de connection
*
*
*/
Shortcut('ctrl+alt+n', function(){
pageM.vars[0] = 'notifications';
selectSection( document.querySelector('#MENU > span[data-link=home]') );
});
// Shortcut('ctrl+alt+e', function(){
// console.log(DOM.LOGOUT);
// DOM.LOGOUT.click();
// Shortcut('ctrl+alt+n', function(){
// pageM.vars[0] = 'notifications';
// selectSection( document.querySelector('#MENU > span[data-link=home]') );
// });
Shortcut('ctrl+alt+e', function(){
addClass(DOM.WRAPPER, 'blurred');
});
/* [6] GESTION DES LIENS SPÉCIFIQUES
==============================================================*/