mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update image processing
This commit is contained in:
parent
6d7ee58678
commit
dd55a5fe61
3 changed files with 3 additions and 3 deletions
|
@ -562,7 +562,7 @@
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-width: 700px) {
|
@media all and (min-width: 800px) {
|
||||||
|
|
||||||
.detailPage169Card {
|
.detailPage169Card {
|
||||||
width: 33.3%;
|
width: 33.3%;
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
function onSubmit() {
|
function onSubmit() {
|
||||||
|
|
||||||
var page = $(this).parents('.page');
|
var page = $(this).parents('.page')[0];
|
||||||
|
|
||||||
Dashboard.showLoadingMsg();
|
Dashboard.showLoadingMsg();
|
||||||
|
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
|
|
||||||
function onSubmit() {
|
function onSubmit() {
|
||||||
|
|
||||||
var page = $(this).parents('.page');
|
var page = $(this).parents('.page')[0];
|
||||||
|
|
||||||
Dashboard.showLoadingMsg();
|
Dashboard.showLoadingMsg();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue