From e18df47162d550e57d82e0932d43dfe18c64b961 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 4 Jul 2020 16:09:47 +0200 Subject: [PATCH] minor improvement fixed info-section = False updated copyright notice --- settings-UI.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/settings-UI.html b/settings-UI.html index e356a1f..506f0be 100644 --- a/settings-UI.html +++ b/settings-UI.html @@ -458,13 +458,13 @@


- Developed by Toby Chui for Inky-Calendar Project, modified by aceisace. Licensed under MIT + Developed by Toby Chui for Inkycal Project, modified by aceisace. Licensed under MIT
MIT License
-

Copyright 2019 Toby Chui
+

Copyright 2019-2020 Toby Chui
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without @@ -498,12 +498,12 @@ function generate() { var ical_urls = $("#ical_urls").val().trim().split(' ').join('').split(','); if (ical_urls == "") { - ical_urls = $("#ical_urls").attr("placeholder"); + ical_urls = $("#ical_urls").attr("placeholder").split(' ').join('').split(','); } var rss_urls = $("#rss_urls").val().trim().split(' ').join('').split(','); if (rss_urls == "") { - rss_urls = $("#rss_urls").attr("placeholder"); + rss_urls = $("#rss_urls").attr("placeholder").split(' ').join('').split(','); } var update_interval = "60"; @@ -627,7 +627,7 @@ var info_section = true; if ($('#info_no').is(':checked')) { - info_section = False; + info_section = false; } var hours = 24;