Index: remoting/webapp/base/js/application.js |
diff --git a/remoting/webapp/base/js/application.js b/remoting/webapp/base/js/application.js |
index 4e17417fd5088d82415f19ae85489b23ed1e12aa..82bef0f706b39cd4eb050ce5da0d3661529356ec 100644 |
--- a/remoting/webapp/base/js/application.js |
+++ b/remoting/webapp/base/js/application.js |
@@ -134,7 +134,7 @@ remoting.Application.prototype.getSessionConnector = function() { |
// TODO(garykac): Check if this can be initialized in the ctor. |
if (!this.session_connector_) { |
this.session_connector_ = remoting.SessionConnector.factory.createConnector( |
- document.getElementById('video-container'), |
+ document.getElementById('client-container'), |
this.onConnected.bind(this), |
this.onError.bind(this), |
this.onExtensionMessage.bind(this), |