Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 0c44e46

Browse files
committed
fix line cut-off causing jshint to fail
1 parent a417eec commit 0c44e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/embeds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
if (typeof window.console !== 'undefined') {
239239
window.console.log((responseJSON && responseJSON.error) || jqXHR.status || errorThrown.message);
240240
} else {
241-
window.alert('Error requesting media from ' + that.options.oembedProxy + ' to insert: ' + errorThrown + ' (
241+
window.alert('Error requesting media from ' + that.options.oembedProxy + ' to insert: ' + errorThrown + ' (response status: ' + jqXHR.status + ')');
242242
}
243243

244244
$.proxy(that, 'convertBadEmbed', url)();

0 commit comments

Comments
 (0)