Skip to content

Commit

Permalink
fix(website): try it out (#1290)
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Jankiewicz <jcubic@onet.pl>
  • Loading branch information
billiegoose and jcubic committed Dec 17, 2020
1 parent 03846e1 commit b102e1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"sidebar_label": "branch"
},
"cache": {
"title": "the `cache` parameter",
"title": "The `cache` parameter",
"sidebar_label": "cache"
},
"checkout": {
Expand Down
1 change: 0 additions & 1 deletion website/static/js/try-it-out-giturl.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ document.addEventListener('DOMContentLoaded', function listener () {
let $button = document.getElementById('giturl_button')
const change = async function change (event) {
let value = $input.value
value = value.replace(/^https?:\/\//, '')
if (!value.endsWith('.git')) value += '.git'
let info = await git.getRemoteInfo({
http,
Expand Down

0 comments on commit b102e1d

Please sign in to comment.