Skip to content

Commit

Permalink
refactor(version-check): check version on start
Browse files Browse the repository at this point in the history
  • Loading branch information
TGRHavoc committed May 6, 2021
1 parent f568ffa commit 5d56012
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/src/last_bundle/version-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ class VersionCheck {
}
}

window.VersionCheck = new VersionCheck();

/*
$jsArrayString = sprintf("An update is available (%s -> %s). Please download it <a style=\'color: #000;\' href=\'%s\'>HERE.</a>", self::$version, self::$latestVer, self::$downloadUrl);
Expand Down

0 comments on commit 5d56012

Please sign in to comment.