diff options
author | Jose Antonio Marquez | 2012-02-16 16:03:55 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-16 16:03:55 -0800 |
commit | b1d169d2dc941c7d2f51f0c557b7bf6488457742 (patch) | |
tree | bad9b38e54ffe10de514d26539fafd7ce005d1fb /js/io/ui/cloudpopup.reel | |
parent | 6bc07657c8ef58e6efddd383748ecf84d1c789ad (diff) | |
parent | be0318ed92d1fbc853568648f773322401d9c029 (diff) | |
download | ninja-b1d169d2dc941c7d2f51f0c557b7bf6488457742.tar.gz |
Merge branch 'refs/heads/NinjaInternal' into FileIO
Diffstat (limited to 'js/io/ui/cloudpopup.reel')
-rwxr-xr-x | js/io/ui/cloudpopup.reel/cloudpopup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/io/ui/cloudpopup.reel/cloudpopup.js b/js/io/ui/cloudpopup.reel/cloudpopup.js index 62f7e522..a2283d46 100755 --- a/js/io/ui/cloudpopup.reel/cloudpopup.js +++ b/js/io/ui/cloudpopup.reel/cloudpopup.js | |||
@@ -90,7 +90,7 @@ exports.CloudPopup = Montage.create(Component, { | |||
90 | value: function() { | 90 | value: function() { |
91 | if(this._os === 'mac') { | 91 | if(this._os === 'mac') { |
92 | location.href = '/ninja_localcloud_for_mac.zip'; | 92 | location.href = '/ninja_localcloud_for_mac.zip'; |
93 | } else if (this._os === 'win') { | 93 | } else if (this._os === 'windows') { |
94 | location.href = '/ninja_localcloud_for_windows.zip'; | 94 | location.href = '/ninja_localcloud_for_windows.zip'; |
95 | } else { | 95 | } else { |
96 | alert('Your operating system is not supported by the Ninja Local Cloud App.'); | 96 | alert('Your operating system is not supported by the Ninja Local Cloud App.'); |