1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2024-12-25 01:01:47 +00:00

small whitespace fix

This commit is contained in:
evilhero 2017-10-31 13:43:26 -04:00
parent e1f4cabc0b
commit 4b47051ba6

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