mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
0fca25c780
commit
ea83927812
50 changed files with 150 additions and 96 deletions
|
@ -2613,14 +2613,7 @@ $.widget( "mobile.page", {
|
|||
this._on( this.window, { navigate: "_filterNavigateEvents" });
|
||||
},
|
||||
|
||||
_setOptions: function( options ) {
|
||||
if ( options.theme !== undefined && options.theme !== "none" ) {
|
||||
this.element.removeClass( "ui-overlay-" + this.options.theme )
|
||||
.addClass( "ui-overlay-" + options.theme );
|
||||
} else if ( options.theme !== undefined ) {
|
||||
this.element.removeClass( "ui-overlay-" + this.options.theme );
|
||||
}
|
||||
|
||||
_setOptions: function (options) {
|
||||
this._super( options );
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue