1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00
This commit is contained in:
Harvey Kandola 2017-11-29 11:20:04 +00:00
parent fbb6f3485d
commit 7188324714
3 changed files with 34 additions and 35 deletions

View file

@ -36,6 +36,11 @@ export default Route.extend({
},
activate() {
$('body').addClass('background-color-theme-light');
document.title = "Documize Setup";
},
deactivate() {
$('body').removeClass('background-color-theme-light');
}
});