~paelzer/ubuntu-manpage-repository/ubuntu-manpage-repository-update-and-release

« back to all changes in this revision

Viewing changes to www/functions.js

  • Committer: Brian Murray
  • Date: 2020-10-23 17:51:39 UTC
  • Revision ID: brian@canonical.com-20201023175139-4ni03k46zxygkxoh
Add in the development release of Ubuntu 21.04

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    versions.push({"name":"bionic", "number":"18.04 LTS"});
63
63
    versions.push({"name":"focal", "number":"20.04 LTS"});
64
64
    versions.push({"name":"groovy", "number":"20.10"});
 
65
    versions.push({"name":"hirsute", "number":"21.04"});
65
66
    for (var i = 0; i < versions.length; i++) {
66
67
        if (location.href.match("\.html$")) {
67
68
            href = location.href;