Update app.js
This commit is contained in:
parent
17f250ef93
commit
f39be5e139
|
@ -131,7 +131,7 @@ require([
|
||||||
'analytics',
|
'analytics',
|
||||||
'gateway',
|
'gateway',
|
||||||
'locale'
|
'locale'
|
||||||
], function (Backbone, Bootstrap, Core) {
|
], function (Sdk, Backbone, Bootstrap, Core) {
|
||||||
if (Backbone.History && Backbone.History.started)
|
if (Backbone.History && Backbone.History.started)
|
||||||
return;
|
return;
|
||||||
Backbone.history.start();
|
Backbone.history.start();
|
||||||
|
@ -225,4 +225,4 @@ require([
|
||||||
window.alert(reqerr);
|
window.alert(reqerr);
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue