Fetch releases from GitHub API

This commit is contained in:
hensm
2019-01-13 21:27:44 +00:00
parent 836f0b6933
commit 3667a2ab8f
4 changed files with 86 additions and 8 deletions

View File

@@ -71,6 +71,7 @@ select.btn:-moz-focusring {
.btn[disabled] {
background-color: var(--btn-bg) !important;
box-shadow: initial;
cursor: default;
opacity: 0.4;
}