Skip to content

Commit 832fa66

Browse files
Merge pull request #1083 from andrea-kyurchiev/fix/remove-alert
hotfix: remove alert
2 parents 6047afc + a545191 commit 832fa66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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) { alert(html); },
121+
error: function(html) { },
122122
beforeSend: setHeader
123123
});
124124
} else {

0 commit comments

Comments
 (0)