mirror of
https://github.com/evilhero/mylar
synced 2024-12-25 01:01:47 +00:00
small whitespace fix
This commit is contained in:
parent
e1f4cabc0b
commit
4b47051ba6
1 changed files with 2 additions and 2 deletions
|
@ -1402,7 +1402,7 @@
|
|||
{
|
||||
$("#opdsoptions").hide();
|
||||
}
|
||||
|
||||
|
||||
$("#opds_enable").click(function(){
|
||||
if ($("#opds_enable").is(":checked"))
|
||||
{
|
||||
|
@ -1422,7 +1422,7 @@
|
|||
{
|
||||
$("#opdscredentials").hide();
|
||||
}
|
||||
|
||||
|
||||
$("#opds_authentication").click(function(){
|
||||
if ($("#opds_authentication").is(":checked"))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue