mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
add notification if image upload fails
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
};
|
||||
|
||||
xhr.onerror = function(e) {
|
||||
error(e);
|
||||
error(e, this);
|
||||
};
|
||||
|
||||
return xhr;
|
||||
|
||||
Reference in New Issue
Block a user