mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 08:16:10 +08:00
Fix Bug 57826
This commit is contained in:
@ -126,6 +126,8 @@ require([
|
||||
'gateway',
|
||||
'locale'
|
||||
], function (Backbone, Bootstrap, Core) {
|
||||
if (Backbone.History && Backbone.History.started)
|
||||
return;
|
||||
Backbone.history.start();
|
||||
|
||||
/**
|
||||
|
||||
@ -116,6 +116,8 @@ require([
|
||||
'sockjs',
|
||||
'underscore'
|
||||
], function (Backbone, Bootstrap, Core) {
|
||||
if (Backbone.History && Backbone.History.started)
|
||||
return;
|
||||
Backbone.history.start();
|
||||
|
||||
/**
|
||||
|
||||
@ -133,6 +133,8 @@ require([
|
||||
'gateway',
|
||||
'locale'
|
||||
], function (Backbone, Bootstrap, Core) {
|
||||
if (Backbone.History && Backbone.History.started)
|
||||
return;
|
||||
Backbone.history.start();
|
||||
|
||||
/**
|
||||
|
||||
@ -123,6 +123,8 @@ require([
|
||||
'sockjs',
|
||||
'underscore'
|
||||
], function (Backbone, Bootstrap, Core) {
|
||||
if (Backbone.History && Backbone.History.started)
|
||||
return;
|
||||
Backbone.history.start();
|
||||
|
||||
/**
|
||||
|
||||
@ -132,6 +132,8 @@ require([
|
||||
'gateway',
|
||||
'locale'
|
||||
], function (Backbone, Bootstrap, Core) {
|
||||
if (Backbone.History && Backbone.History.started)
|
||||
return;
|
||||
Backbone.history.start();
|
||||
|
||||
/**
|
||||
|
||||
@ -123,6 +123,8 @@ require([
|
||||
'xregexp',
|
||||
'underscore'
|
||||
], function (Backbone, Bootstrap, Core) {
|
||||
if (Backbone.History && Backbone.History.started)
|
||||
return;
|
||||
Backbone.history.start();
|
||||
|
||||
/**
|
||||
|
||||
@ -132,6 +132,8 @@ require([
|
||||
'gateway',
|
||||
'locale'
|
||||
], function (Backbone, Bootstrap, Core) {
|
||||
if (Backbone.History && Backbone.History.started)
|
||||
return;
|
||||
Backbone.history.start();
|
||||
|
||||
/**
|
||||
|
||||
@ -122,6 +122,8 @@ require([
|
||||
'sockjs',
|
||||
'underscore'
|
||||
], function (Backbone, Bootstrap, Core) {
|
||||
if (Backbone.History && Backbone.History.started)
|
||||
return;
|
||||
Backbone.history.start();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user