~dpb/ubuntu-manpage-repository/remove-overflow-scroll

« back to all changes in this revision

Viewing changes to www/functions.js

  • Committer: Dustin Kirkland
  • Date: 2013-01-02 17:35:17 UTC
  • mfrom: (196.1.2 ubuntu)
  • Revision ID: dustin.kirkland@gmail.com-20130102173517-5bywyjqoblzrxf2n
added quantal and raring
dropped maverick and natty
fixed font

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
        versions = new Array();
96
96
        versions.push({"name":"hardy", "number":"8.04 LTS"});
97
97
        versions.push({"name":"lucid", "number":"10.04 LTS"});
98
 
        versions.push({"name":"maverick", "number":"10.10"});
99
 
        versions.push({"name":"natty", "number":"11.04"});
100
98
        versions.push({"name":"oneiric", "number":"11.10"});
101
99
        versions.push({"name":"precise", "number":"12.04 LTS"});
 
100
        versions.push({"name":"quantal", "number":"12.10"});
 
101
        versions.push({"name":"raring", "number":"13.04"});
102
102
        for (var i=0; i<versions.length; i++) {
103
103
            if (location.href.match("\.html$")) {
104
104
            href = location.href;