Add missing Windows button selector

This commit is contained in:
hensm
2019-03-05 19:38:33 +00:00
parent 1e77267eeb
commit 46ad73920d

View File

@@ -15,6 +15,7 @@ function onResponse (res) {
const downloadExtBtn = document.querySelector(".download__ext");
// App download buttons
const appListWinBtn = document.querySelector(".app-list__win");
const appListMacBtn = document.querySelector(".app-list__mac");
const appListDebBtn = document.querySelector(".app-list__deb");
const appListRpmBtn = document.querySelector(".app-list__rpm");