Skip to content

Commit

Permalink
Merge pull request #906 from fer-av/patch-2
Browse files Browse the repository at this point in the history
Update upgrade.js
  • Loading branch information
Quetzacoalt91 authored Dec 9, 2024
2 parents 9ba8eef + 23cca0f commit 23e3274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ $(document).ready(function () {
var params = {};
var $newChannel = $("select[name=channel] option:selected").val();
var $oldChannel = $("select[name=channel] option.current").val();
var versionNumberRegex = /^\d+(.\d+){2,3}$/;

$oldChannel = "";

Expand Down

0 comments on commit 23e3274

Please sign in to comment.