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

Prettify the code

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
Dmitry Lyzo 2021-06-15 21:50:20 +03:00 committed by Dmitry Lyzo
parent f956731477
commit c6757b2e1f

View file

@ -11,7 +11,7 @@ export default function (view, params) {
Events.trigger(view, 'saved');
if (e) e.preventDefault();
e?.preventDefault();
return false;
}