From 07b3f85c67e6d999dbc228dd6ca362aa8fddde19 Mon Sep 17 00:00:00 2001 From: benweet Date: Thu, 2 Jan 2014 00:55:14 +0000 Subject: [PATCH] Updated site title --- public/index.html | 2 +- public/res/extensions/documentTitle.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index ac382d2c..49221e33 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ - StackEdit - Your markdown editor + StackEdit — *smart* markdown editor diff --git a/public/res/extensions/documentTitle.js b/public/res/extensions/documentTitle.js index 8b473e18..00ef291d 100644 --- a/public/res/extensions/documentTitle.js +++ b/public/res/extensions/documentTitle.js @@ -19,7 +19,7 @@ define([ } var title = fileDesc.title; - document.title = "StackEdit - " + title; + document.title = "StackEdit — " + title; $fileTitleNavbar.html(fileDesc.composeTitle()); $(".file-title").text(title); $(".input-file-title").val(title);