Fix Bug 57826
This commit is contained in:
parent
a2cddc8deb
commit
92ee3ddbbb
|
@ -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();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue