1
0
Fork 0
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:
Luke Pulverenti 2013-04-12 14:22:40 -04:00
parent 8785935d23
commit 0d19fce987
4 changed files with 50 additions and 20 deletions

View file

@ -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";