diff options
author | John Mayhew | 2012-02-16 17:25:30 -0800 |
---|---|---|
committer | John Mayhew | 2012-02-16 17:25:30 -0800 |
commit | 9bba936942dcc6cbda66d72110548e29866285d3 (patch) | |
tree | 97d5a13e7e7ea6723ee91cab68f1f4e8fc427a88 /js/io/ui/cloudpopup.reel/cloudpopup.js | |
parent | a66bf533daccc3b850b7af12d7fd335fbd406beb (diff) | |
parent | f0590347bc5fe810838b14a6035fbef35b5616c5 (diff) | |
download | ninja-9bba936942dcc6cbda66d72110548e29866285d3.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into WorkingBranch
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.'); |