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