Skip to content

Commit

Permalink
Homepage|Fixed: Missing package download for the mac10_6-x86-x86_64 p…
Browse files Browse the repository at this point in the history
…latform
  • Loading branch information
danij-deng committed Oct 2, 2012
1 parent bdcfedc commit c3bd447
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions web/plugins/pages/html/mac_os.html
Expand Up @@ -192,6 +192,16 @@ <h3>Minimum System Requirements</h3>
task['packageListElementId'] = '#downloads_list1';
requests.push(task);

task = new Array();
task['request'] = 'latestbuild?';
task['data'] = {
graph: 'json',
platform: 'mac10_6-x86-x86_64'
};
task['downloadUri'] = 'latestbuild?' + 'platform=mac10_6-x86-x86_64';
task['packageListElementId'] = '#downloads_list1';
requests.push(task);

// Latest unstable packages.
task = new Array();
task['request'] = 'latestbuild?';
Expand Down

0 comments on commit c3bd447

Please sign in to comment.