Update app.js

This commit is contained in:
maxkadushkin 2022-11-25 19:18:21 +03:00 committed by GitHub
parent 17f250ef93
commit f39be5e139
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
}
});
});