diff options
author | Jose Antonio Marquez | 2012-02-16 15:48:48 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-16 15:48:48 -0800 |
commit | 25020fb66c38029dd57d3d90fedf9bde98b5d383 (patch) | |
tree | ae4e4f63463572c5e9c104df3671ee14efc68cdf /js/io/ui/cloudpopup.reel/cloudpopup.js | |
parent | b88cfa79ed80a7eb473f4959b10b7f1d565b80f4 (diff) | |
download | ninja-25020fb66c38029dd57d3d90fedf9bde98b5d383.tar.gz |
Cloud download windows bug fix
Diffstat (limited to 'js/io/ui/cloudpopup.reel/cloudpopup.js')
-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.'); |