Bugfixes
parent
4d0a7df486
commit
9b46c8a173
|
@ -1,3 +1,5 @@
|
||||||
|
var H5PUpgrades = H5PUpgrades || {};
|
||||||
|
|
||||||
(function ($) {
|
(function ($) {
|
||||||
var info, $container;
|
var info, $container;
|
||||||
|
|
||||||
|
@ -168,7 +170,7 @@
|
||||||
ContentUpgrade.prototype.nextBatch = function (outData) {
|
ContentUpgrade.prototype.nextBatch = function (outData) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
$.post(info.url, outData, function (inData) {
|
$.post(info.infoUrl, outData, function (inData) {
|
||||||
if (!(inData instanceof Object)) {
|
if (!(inData instanceof Object)) {
|
||||||
// Print errors from backend
|
// Print errors from backend
|
||||||
return self.setStatus(inData);
|
return self.setStatus(inData);
|
||||||
|
|
Loading…
Reference in New Issue