~ya-bo-ng/ubuntu-manpage-repository/1783869-fix-pre-styling

« back to all changes in this revision

Viewing changes to www/functions.js

  • Committer: Dustin Kirkland
  • Date: 2014-10-07 13:31:40 UTC
  • Revision ID: dustin.kirkland@gmail.com-20141007133140-n4pafsrerqkybtmy
add utopic
drop saucy raring quantal

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
        versions = new Array();
96
96
        versions.push({"name":"lucid", "number":"10.04 LTS"});
97
97
        versions.push({"name":"precise", "number":"12.04 LTS"});
98
 
        versions.push({"name":"quantal", "number":"12.10"});
99
 
        versions.push({"name":"raring", "number":"13.04"});
100
 
        versions.push({"name":"saucy", "number":"13.10"});
101
 
        versions.push({"name":"trusty", "number":"14.04"});
 
98
        versions.push({"name":"trusty", "number":"14.04 LTS"});
 
99
        versions.push({"name":"utopic", "number":"14.10"});
102
100
        for (var i=0; i<versions.length; i++) {
103
101
            if (location.href.match("\.html$")) {
104
102
            href = location.href;