[beast: 10/47] EBEAST: use project.uname for the document title



commit 3869f0b10504299d778688d62f28df793de9557c
Author: Tim Janik <timj gnu org>
Date:   Thu Mar 30 02:03:54 2017 +0200

    EBEAST: use project.uname for the document title
    
    Signed-off-by: Tim Janik <timj gnu org>

 ebeast/app.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ebeast/app.js b/ebeast/app.js
index 19d3b58..bc8d6bb 100644
--- a/ebeast/app.js
+++ b/ebeast/app.js
@@ -89,7 +89,7 @@ const Toolbar = {
 const MithrilApp = {
   document_title (vnode) {
     if (App.project) {
-      return App.project.debug_name() + // FIXME
+      return App.project.uname + // FIXME
       ' – BEAST';
     }
     return "Beast - Music Synthesizer and Composer";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]