From b3f1055817eef4e79388411e4d1d5d8bc9b1bc7d Mon Sep 17 00:00:00 2001 From: NightScript <18664762+NightScript370@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:33:01 -0400 Subject: [PATCH] Remove comma in the Hebrew Sefirat Haomer text --- .vscode/settings.json | 3 ++- _includes/zmanDescription/alot/body.md | 6 +++--- assets/js/WebsiteCalendar.js | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9269c08..bf6ae19 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "files.exclude": { "_site": true - } + }, + "deno.enable": false } \ No newline at end of file diff --git a/_includes/zmanDescription/alot/body.md b/_includes/zmanDescription/alot/body.md index ac94488..00547bb 100644 --- a/_includes/zmanDescription/alot/body.md +++ b/_includes/zmanDescription/alot/body.md @@ -1,8 +1,8 @@ Dawn is the time that rays of sun can be seen in the lit up Eastern part of the sky (Rosh, Brachot 4:1; Rambam Pirush Mishnayot Yoma 3:1; Shulchan Aruch O.C. 89:1). Halachically, it is the time that we transition from night into day, where the new day's commandments can start being fulfilled (although in an unideal fasion; preferably, these should wait until הנץ החמה/sunrise. However, if one has already done it erroniously or has a pressing need, they are still exempt). -- The Night-Time Shema (when omitted due to negligence), Tikkun Hatzot, and the evening prayer are no longer recitable past this time. -- Despite this being an unideal time to pray, considering that its obligation has started, one may no longer eat until the end of his prayer. -- Wearing Tallit & Tefilin requires Misheyakir, as they have an explicit start time within Brachot Bavli. +- The Night-Time Shema (when omitted due to negligence), Tikkun Hatzot, and the evening prayer are no longer recitable past this time +- Despite this being an unideal time to pray, considering that its obligation has started, one may no longer eat until the end of his prayer +- Tallit & Tefilin have separate rules from dawn and sunrise; that will be explained in the Misheyakir section --- diff --git a/assets/js/WebsiteCalendar.js b/assets/js/WebsiteCalendar.js index 6bab3cb..551165b 100644 --- a/assets/js/WebsiteCalendar.js +++ b/assets/js/WebsiteCalendar.js @@ -500,7 +500,7 @@ class WebsiteCalendar extends KosherZmanim.JewishCalendar { } }, hb: { - mainCount: hbTitle.join(), + mainCount: hbTitle.join(" "), subCount: { days: dayCount.join(" "), weeks: weeksCount.join(" "),