Update references to the new projects platform and main branch

This commit is contained in:
2023-02-07 14:11:15 +01:00
parent 3002670332
commit bd6b0bac88
16 changed files with 29 additions and 29 deletions

View File

@@ -156,7 +156,7 @@ var Popover = function() {
},
getNamed : function(v) {
$.each(all_versions, function(ix, title) {
if (ix === "master" || ix === "latest") {
if (ix === "master" || ix === "main" || ix === "latest") {
var m = title.match(/\d\.\d[\w\d\.]*/)[0];
if (parseFloat(m) == v) {
v = ix;