fix: use semver for latest version check

This commit is contained in:
NGPixel
2020-05-11 00:09:10 -04:00
parent 7508d92f92
commit 1a33a43a0d
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ module.exports = {
tabContent += $.html(celm)
$(celm).remove()
})
console.info(tabContent)
tabContents.push(`<div class="tabset-panel">${tabContent}</div>`)
$(hd).remove()
})