mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
display new fields on person page
This commit is contained in:
parent
8785935d23
commit
0d19fce987
4 changed files with 50 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
$.ajaxSetup({
|
||||
crossDomain: true,
|
||||
|
||||
error: function (event, jqxhr, settings, exception) {
|
||||
error: function (event) {
|
||||
Dashboard.hideLoadingMsg();
|
||||
|
||||
if (!Dashboard.suppressAjaxErrors) {
|
||||
|
@ -23,8 +23,6 @@ $(document).one('click', WebNotifications.requestPermission);
|
|||
var Dashboard = {
|
||||
jQueryMobileInit: function () {
|
||||
|
||||
//$.mobile.defaultPageTransition = 'slide';
|
||||
|
||||
// Page
|
||||
//$.mobile.page.prototype.options.theme = "a";
|
||||
//$.mobile.page.prototype.options.headerTheme = "a";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue