1
0
Fork 0
mirror of https://github.com/NaN-tic/sao-old.git synced 2023-12-14 02:12:52 +01:00

Use Sao.config.title when logout

issue5968
review28981002
This commit is contained in:
Xavier Codinas 2016-11-02 11:08:33 +01:00
parent c6aeff8928
commit 33f96870cf

View file

@ -273,7 +273,7 @@ var Sao = {};
jQuery('#user-logout').children().remove();
jQuery('#user-favorites').children().remove();
jQuery('#menu').children().remove();
document.title = 'Tryton';
document.title = Sao.config.title;
session.do_logout().always(Sao.login);
});
};