Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Removing sign in and publishing #509

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Removing sign in and publishing #509

wants to merge 22 commits into from

Conversation

pelikhan
Copy link
Member

No description provided.

@pelikhan pelikhan requested a review from mmoskal May 10, 2018 05:17
@@ -1575,7 +1442,6 @@ module TDev.Browser {
private mainContent = div("hubContent");
private logo = div("hubLogo", SVG.getTopLogo());
private bglogo = div("hubBgLogo", HTML.mkImg("svg:touchDevelop,currentColor", '', '', true));
private meBox = div("hubMe");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't that where the "read only" banner would go?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still have the banner accross the screen.

rt/cloud.ts Outdated
@@ -343,7 +344,9 @@ module TDev.Cloud {
return !fullTD;
}

export function getServiceUrl() { return config.rootUrl; }
export function getServiceUrl() {
return config.newCdnUrl || config.rootUrl;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, no. newCdnUrl should be only used for art. I shall fix.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants