mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-11 01:07:36 +08:00
rename data attr to ignorepgs in jquery
Co-Authored-By: sekkr1 <dekel.reches@pm.me>
This commit is contained in:
parent
f3b8f22b43
commit
cbda709796
1 changed files with 1 additions and 1 deletions
|
@ -2251,7 +2251,7 @@
|
|||
$("#settings_embedded").checkbox('uncheck');
|
||||
}
|
||||
|
||||
if ($('#settings_ignore_pgs').data("ignore") === "True") {
|
||||
if ($('#settings_ignore_pgs').data("ignorepgs") === "True") {
|
||||
$("#settings_ignore_pgs").checkbox('check');
|
||||
} else {
|
||||
$("#settings_ignore_pgs").checkbox('uncheck');
|
||||
|
|
Loading…
Reference in a new issue