mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 03:50:08 -07:00
Fixed #364
This commit is contained in:
parent
d8cca4a971
commit
ba52772fd9
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ $('#approveTVShows').click(function (e) {
|
|||
|
||||
$('#deleteMovies').click(function (e) {
|
||||
e.preventDefault();
|
||||
if (!confirm("Are you sure you want to delete all TV show requests?")) return;
|
||||
if (!confirm("Are you sure you want to delete all Movie requests?")) return;
|
||||
|
||||
var buttonId = e.target.id;
|
||||
var origHtml = $(this).html();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue