Bug fixes e.g. csp and other

This commit is contained in:
Dennis Eichhorn 2017-11-11 15:02:40 +01:00
parent 23bcfcb5f7
commit 9262e1c234

View File

@ -95,8 +95,6 @@
} catch (e) {
jsOMS.Log.Logger.instance.error(e);
jsOMS.Log.Logger.instance.error('Invalid media upload response: ' + xhr.response);
return false;
}
});