From 62fef96c41d2ebfb2e859c7ee9cec05797195350 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 2 Jun 2015 08:14:57 -0700 Subject: [PATCH] thinner beta footer --- editor/hub.ts | 8 ++++---- rt/rt.ts | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/editor/hub.ts b/editor/hub.ts index 4d60bf5a..46cc3fcd 100644 --- a/editor/hub.ts +++ b/editor/hub.ts @@ -551,10 +551,10 @@ module TDev.Browser { var beta = div("beta-note"); var betaFriendlyId = (window).betaFriendlyId; var betaNote = (window).betaFriendlyId ? ("" + betaFriendlyId + " ") : ""; - var copyrights = "" + - "" - ; + var copyrights = ""; // there is a menu option for that in the wp8 app if (Browser.isWP8app) copyrights = ""; diff --git a/rt/rt.ts b/rt/rt.ts index 082be44d..fdb9fe3d 100644 --- a/rt/rt.ts +++ b/rt/rt.ts @@ -457,7 +457,8 @@ module TDev static offerNotifications() { return !!Runtime.refreshNotifications || !!localStorage["gcm"]; } static legalNotice: string = ""; static legalNoticeHeader: string; - static appName = "TouchDevelop Web App"; + static companyCopyright = "Microsoft"; + static appName = "TouchDevelop"; public getActionResults() { var r = this.returnedFrom;