small whitespace fix

This commit is contained in:
evilhero 2017-10-31 13:43:26 -04:00
parent e1f4cabc0b
commit 4b47051ba6
1 changed files with 2 additions and 2 deletions

View File

@ -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"))
{