Skip to content

Commit

Permalink
Homepage: Enable download of the OS X 10.8 stable package
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 3, 2013
1 parent 7a897c8 commit 889b1ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/plugins/pages/html/mac_os.html
Expand Up @@ -186,7 +186,6 @@ <h3>Minimum System Requirements</h3>
requests = new Array();

// Latest stable packages.
/*
task = new Array();
task['request'] = 'latestbuild?';
task['data'] = {
Expand All @@ -196,7 +195,6 @@ <h3>Minimum System Requirements</h3>
task['downloadUri'] = 'latestbuild?' + 'platform=mac10_8-x86_64';
task['packageListElementId'] = '#downloads_list1';
requests.push(task);
*/

task = new Array();
task['request'] = 'latestbuild?';
Expand Down

0 comments on commit 889b1ca

Please sign in to comment.