1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Sarab Singh 2020-05-11 13:48:41 +05:30
parent d235f34175
commit b1cbd3c0e4

View file

@ -170,7 +170,7 @@ export function show(options) {
html += '<h1 class="actionSheetTitle">' + options.title + '</h1>'; html += '<h1 class="actionSheetTitle">' + options.title + '</h1>';
} }
if (options.text) { if (options.text) {
html += '<p class="actionSheetText">' + options.text + '</p>' html += '<p class="actionSheetText">' + options.text + '</p>';
} }
let scrollerClassName = 'actionSheetScroller'; let scrollerClassName = 'actionSheetScroller';