diff options
author | Jose Antonio Marquez | 2012-01-31 15:59:46 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-01-31 15:59:46 -0800 |
commit | e75223a2c4c1e13d66639841e6418e94fe9b726f (patch) | |
tree | a37a20b56ef597d8a83cdb71b0dbb2f3cc7f5842 /js/ninja.reel/ninja.js | |
parent | 6dc03672707a91085954359d82c14bd876f85b12 (diff) | |
download | ninja-e75223a2c4c1e13d66639841e6418e94fe9b726f.tar.gz |
Cloud IO Prompt
Setting up UI for the file IO prompt on initialization of Ninja and whenever a cloud IO call is made and the server is not detected.
Diffstat (limited to 'js/ninja.reel/ninja.js')
-rwxr-xr-x | js/ninja.reel/ninja.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js index 465533cd..38bc22fb 100755 --- a/js/ninja.reel/ninja.js +++ b/js/ninja.reel/ninja.js | |||
@@ -97,6 +97,10 @@ exports.Ninja = Montage.create(Component, { | |||
97 | didDraw: { | 97 | didDraw: { |
98 | value: function() { | 98 | value: function() { |
99 | NJevent("appLoaded"); | 99 | NJevent("appLoaded"); |
100 | // | ||
101 | if (!this.application.ninja.coreIoApi.ioServiceDetected) { | ||
102 | var check = this.application.ninja.coreIoApi.cloudAvailable(); | ||
103 | } | ||
100 | } | 104 | } |
101 | }, | 105 | }, |
102 | 106 | ||