Skip to content

Commit

Permalink
Update upgrade.js
Browse files Browse the repository at this point in the history
versionNumberRegex Not define!!!
  • Loading branch information
fer-av authored and Quetzacoalt91 committed Dec 2, 2024
1 parent 20e6b51 commit 601679a
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}$/; // versionNumberRegex no definada, la agregue

$oldChannel = "";

Expand Down

0 comments on commit 601679a

Please sign in to comment.