aboutsummaryrefslogtreecommitdiffhomepage
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rw-r--r--app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.js b/app.js
index c35e4c7..21bdbb9 100644
--- a/app.js
+++ b/app.js
@@ -20,6 +20,7 @@ const app = new Vue({
20 this.checkOffline(); 20 this.checkOffline();
21 try { 21 try {
22 this.config = await this.getConfig(); 22 this.config = await this.getConfig();
23 document.title = this.config.title + ' | Homer';
23 } catch (error) { 24 } catch (error) {
24 this.offline = true; 25 this.offline = true;
25 } 26 }