1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixed users without playback access being able to click play chapters

This commit is contained in:
Luke Pulverenti 2014-02-17 22:02:41 -05:00
parent 0b736d68b5
commit 54417bdc37
3 changed files with 41 additions and 33 deletions

View file

@ -1330,7 +1330,7 @@
var page = $(this).parents('.page');
if ($('#fldChallengeValue', page).val() != $('#txtDeleteTest', page).val()) {
alert('The value entered is not correct. Please try again.');
Dashboard.alert('The value entered is not correct. Please try again.');
} else {
performDelete(page);
}