.VERSION file creation prod built attempt fix #209

This commit is contained in:
Jokob-sk
2023-06-18 10:25:34 +10:00
parent 689f54cdc3
commit de3b0c7ffc
2 changed files with 8 additions and 3 deletions

View File

@@ -43,9 +43,7 @@ function handleVersion(){
$.get('https://api.github.com/repos/jokob-sk/Pi.Alert/releases').done(function(response) {
// Handle successful response
var releases = data;
console.log(releases)
if(releases.length > 0)
{