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

add logging

This commit is contained in:
Luke Pulverenti 2016-06-29 22:38:20 -04:00
parent e8739bf7c3
commit 582ff892c7
5 changed files with 18 additions and 8 deletions

View file

@ -235,6 +235,8 @@
$('.editUserProfileForm').off('submit', onSubmit).on('submit', onSubmit);
this.querySelector('.sharingHelp').innerHTML = Globalize.translate('OptionAllowLinkSharingHelp', 30);
}).on('pagebeforeshow', "#editUserPage", function () {
var page = this;