Skip to content

Commit

Permalink
Homepage|Fixed: Ubuntu download page listed Unstable Doomsday package…
Browse files Browse the repository at this point in the history
…s incorrectly
  • Loading branch information
danij-deng committed Mar 30, 2012
1 parent b4514a4 commit c4899e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/plugins/pages/html/ubuntu.html
Expand Up @@ -203,7 +203,7 @@ <h3>Minimum System Requirements</h3>
unstable: 'yes'
};
task['downloadUri'] = 'latestbuild?' + 'platform=linux-x86' + '&unstable';
task['packageListElementId'] = '#downloads_list1';
task['packageListElementId'] = '#downloads_list2';
requests.push(task);

task = new Array();
Expand All @@ -214,7 +214,7 @@ <h3>Minimum System Requirements</h3>
unstable: 'yes'
};
task['downloadUri'] = 'latestbuild?' + 'platform=linux-x86_64' + '&unstable';
task['packageListElementId'] = '#downloads_list1';
task['packageListElementId'] = '#downloads_list2';
requests.push(task);

// Latest stable FMOD Ex Plugin packages.
Expand Down

0 comments on commit c4899e5

Please sign in to comment.