summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/remoting.js
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/webapp/remoting.js')
-rw-r--r--remoting/webapp/remoting.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js
index aa4c072..ae2e7b0 100644
--- a/remoting/webapp/remoting.js
+++ b/remoting/webapp/remoting.js
@@ -83,6 +83,9 @@ remoting.init = function() {
}
}
);
+ var sandbox = /** @type {HTMLIFrameElement} */
+ document.getElementById('wcs-sandbox');
+ remoting.wcsSandbox = new remoting.WcsSandboxContainer(sandbox.contentWindow);
remoting.identity.getEmail(remoting.onEmail, remoting.showErrorMessage);