Commit 0e6557e8 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 35772

parent 04e32db8
......@@ -1279,14 +1279,14 @@
callback(Asc.c_oAscError.ID.No, firstUrl);
}
else
callback(Asc.c_oAscError.ID.Unknown);
callback(Asc.c_oAscError.ID.UplImageFileCount);
}
};
xhr.send(file);
}
else
{
callback(Asc.c_oAscError.ID.Unknown);
callback(Asc.c_oAscError.ID.UplImageFileCount);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment