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

Conversation

pelikhan
Copy link
Member

No description provided.

@pelikhan pelikhan requested a review from mmoskal May 10, 2018 05:17
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
Contributor

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

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

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