We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b4458 commit 71243c0Copy full SHA for 71243c0
extensions/BugModal/lib/WebService.pm
@@ -244,20 +244,6 @@ sub new_product {
244
$version->{selected} = $true;
245
$selected_version = $version;
246
}
247
- elsif ($current_version =~ /^(\d+) Branch$/
248
- || $current_version =~ /^Firefox (\d+)$/
249
- || $current_version =~ /^(\d+)$/)
250
- {
251
- # Firefox, with its three version naming schemes
252
- my $branch = $1;
253
- foreach my $test_version ("$branch Branch", "Firefox $branch", $branch) {
254
- if (my $version = first_value { $_->{name} eq $test_version } @$versions) {
255
- $version->{selected} = $true;
256
- $selected_version = $version;
257
- last;
258
- }
259
260
261
if (!$selected_version) {
262
263
# "unspecified", "other"
0 commit comments