|
@@ -156,8 +156,6 @@ UI.getSharedVideoManager = function() {
|
156
|
156
|
* established, false - otherwise (for example in the case of welcome page)
|
157
|
157
|
*/
|
158
|
158
|
UI.start = function() {
|
159
|
|
- document.title = interfaceConfig.APP_NAME;
|
160
|
|
-
|
161
|
159
|
// Set the defaults for prompt dialogs.
|
162
|
160
|
$.prompt.setDefaults({ persistent: false });
|
163
|
161
|
|
|
@@ -189,8 +187,6 @@ UI.start = function() {
|
189
|
187
|
APP.store.dispatch(setNotificationsEnabled(false));
|
190
|
188
|
UI.messageHandler.enablePopups(false);
|
191
|
189
|
}
|
192
|
|
-
|
193
|
|
- document.title = interfaceConfig.APP_NAME;
|
194
|
190
|
};
|
195
|
191
|
|
196
|
192
|
/**
|