mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
setup UI
This commit is contained in:
parent
fbb6f3485d
commit
7188324714
3 changed files with 34 additions and 35 deletions
|
@ -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');
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue