Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ <h1 class="brackets-logo">
<div class="large-12 columns">
<h1><span data-i18n="index.page.hero.description">A modern, open source text editor that understands web design.</span></h1>
<div id="download">
<a id="hero-cta-button" href="https://github.com/adobe/brackets/releases/latest" class="large rounded radius button"><div data-i18n="[html]index.page.hero.download">Download Brackets <d id="download-brackets-version">1.2</d></div>
<a id="hero-cta-button" href="https://github.com/adobe/brackets/releases" class="large rounded radius button"><div data-i18n="[html]index.page.hero.download">Download Brackets <d id="download-brackets-version">1.2</d></div>
<span id="download-version" class="nowrap" data-i18n="index.page.hero.bundle-info">+ Extract (Preview) by Adobe</span>
</a>
<div id="os-alert" class="alert-box radius" data-alert>
</div>
<p>
<a id="download-plain-brackets" class="nobr" href="#" data-i18n="index.page.hero.non-bundle-download">Download Brackets without Extract</a>
<a id="download-plain-brackets" class="nobr" href="https://github.com/adobe/brackets/releases" data-i18n="index.page.hero.non-bundle-download">Download Brackets without Extract</a>
<a id="other-downloads" class="nobr" href="https://github.com/adobe/brackets/releases" data-i18n="index.page.hero.other-downloads">Other Downloads</a>
</p>
<img src="img/hero.png" srcset="img/hero@2x.png 2x" alt="Screenshot of Brackets">
Expand Down Expand Up @@ -443,7 +443,7 @@ <h4 data-i18n="index.page.requirements.updates.header">Frequent Updates</h4>
}

var shortLocale = (requestedLang && requestedLang.split("/")[0].split("-")[0]) || "en",
versionInfoBaseUrl = "//s3.amazonaws.com/files.brackets.io/updates/stable/",
versionInfoBaseUrl = "https://s3.amazonaws.com/files.brackets.io/updates/stable/",
versionInfoUrl = versionInfoBaseUrl + shortLocale + ".json",
lookupPromise = new $.Deferred();

Expand Down