Skip to content

Commit 1a2bbcd

Browse files
Revert "hotfix: remove alert from plugin code"
This reverts commit 6564715.
1 parent 6564715 commit 1a2bbcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/plugins/youmax/youmax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ var youmax_global_options = {};
118118
sessionStorage.setItem("youtubeResponse", JSON.stringify(response));
119119
showUploads(response);
120120
},
121-
error: function(html) {},
121+
error: function(html) { alert(html); },
122122
beforeSend: setHeader
123123
});
124124
} else {

0 commit comments

Comments
 (0)