aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/index.html
diff options
context:
space:
mode:
authorNicolai Tellefsen <niccofyren@gmail.com>2016-04-05 22:56:39 +0200
committerNicolai Tellefsen <niccofyren@gmail.com>2016-04-05 22:56:39 +0200
commitd1d1e3c9cbf405eae86e5a46fc90765cd429acff (patch)
tree6f6d219d5d2441d1d9003373e43996636b87243e /web/nms.gathering.org/index.html
parent6dc215efd24c79c06c9d7f572f5c79218fdc2f18 (diff)
NMS: Rebuild nmsInfoBox
Basically the old model forced each window to handle all the logic needed for showing and managing a window. The new model takes care of the basic window- management and lets us focus on "panels" that are reusable, independent of each other, and can re-render themselves without concern for any other objects. We are also able to define windows and views that use existing panels just by providing a basic template to the windowHandler. Does still have som bugs and missing functionality that needs to be addressed.
Diffstat (limited to 'web/nms.gathering.org/index.html')
-rw-r--r--web/nms.gathering.org/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/nms.gathering.org/index.html b/web/nms.gathering.org/index.html
index d3928bb..4077e4e 100644
--- a/web/nms.gathering.org/index.html
+++ b/web/nms.gathering.org/index.html
@@ -295,7 +295,7 @@
</div>
</div>
</div>
- <div id="info-panel-container" class="col-md-5" style="display: none; position: absolute; z-index: 120;">
+ <div id="info-box-container" class="col-md-5 hidden" style="position: absolute; z-index: 120;">
</div>
</div>