Added tooltips back to sframe land with hopefully a more robust removal.

This commit is contained in:
Caleb James DeLisle
2017-09-12 14:12:35 +02:00
parent a74915ab58
commit 981a919328
3 changed files with 60 additions and 2 deletions

View File

@@ -240,6 +240,8 @@ define([
}).nThen(function () {
ctx.metadataMgr = MetadataMgr.create(ctx.sframeChan);
UI.addTooltips();
ctx.sframeChan.on('EV_RT_CONNECT', function () { CommonRealtime.setConnectionState(true); });
ctx.sframeChan.on('EV_RT_DISCONNECT', function () { CommonRealtime.setConnectionState(false); });