Browse Source

Update app.js

pull/3/head
Darknet Villain 7 years ago committed by GitHub
parent
commit
ab1f3072cd
  1. 1
      js/app.js

1
js/app.js

@ -23,6 +23,7 @@ function renderReleaseInfo(release) { @@ -23,6 +23,7 @@ function renderReleaseInfo(release) {
});
if (win_asset.length > 0) {
dl_btn.text(i18next.t("header.dl-btn-windows"));
dl_btn.attr("href", win_asset[0].browser_download_url);
all_dls.show();
}

Loading…
Cancel
Save