| Index: remoting/webapp/remoting.js
|
| diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js
|
| index a8ca35e6cbf032898bded2e497f732a04126f468..6e729cd3aacf7b6bdc0ee16812bb36c79fa30237 100644
|
| --- a/remoting/webapp/remoting.js
|
| +++ b/remoting/webapp/remoting.js
|
| @@ -64,6 +64,12 @@ remoting.init = function() {
|
| }
|
|
|
| // No valid URL parameters, start up normally.
|
| + remoting.initNonSession();
|
| +};
|
| +
|
| +// initNonSession is called if the app is not starting up in session mode, and
|
| +// also if the user cancels the connection in session mode.2
|
| +remoting.initNonSession = function () {
|
| remoting.daemonPlugin = new remoting.DaemonPlugin();
|
| remoting.daemonPlugin.updateDom();
|
| remoting.setMode(getAppStartupMode_());
|
|
|