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/components/popup-manager.reel | |
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/components/popup-manager.reel')
-rwxr-xr-x | js/components/popup-manager.reel/popup-manager.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/components/popup-manager.reel/popup-manager.js b/js/components/popup-manager.reel/popup-manager.js index be3c1e8d..bc755f74 100755 --- a/js/components/popup-manager.reel/popup-manager.js +++ b/js/components/popup-manager.reel/popup-manager.js | |||
@@ -32,7 +32,8 @@ exports.PopupMananger = Montage.create(Component, { | |||
32 | addPopup: { | 32 | addPopup: { |
33 | enumerable: true, | 33 | enumerable: true, |
34 | value: function (popup, depth, blackout) { | 34 | value: function (popup, depth, blackout) { |
35 | // | 35 | //Fix to ensure always highest |
36 | this.element.style.zIndex = this._getNextHighestZindex(document.body); // Highest z-index in body | ||
36 | //TODO: Add blackout background | 37 | //TODO: Add blackout background |
37 | //Checking for manual or setting auto to next highest depth | 38 | //Checking for manual or setting auto to next highest depth |
38 | if (depth) { | 39 | if (depth) { |