Skip to content

Commit

Permalink
Update js/upgrade.js
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Alfaiate <[email protected]>
  • Loading branch information
2 people authored and Quetzacoalt91 committed Dec 2, 2024
1 parent 601679a commit 23cca0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +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}$/; // versionNumberRegex no definada, la agregue
var versionNumberRegex = /^\d+(.\d+){2,3}$/;

$oldChannel = "";

Expand Down

0 comments on commit 23cca0f

Please sign in to comment.