Skip to content

Commit

Permalink
Clock Text Color Fix (#373)
Browse files Browse the repository at this point in the history
* Initializing Clock_Text_Color_Fix for empty Pull Request

* update .php-version

* If we're gonna hard-code this, hard-code it to be longer than the day
  • Loading branch information
V13Axel authored Jun 22, 2024
1 parent c88fdc0 commit 2d85ed8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .php-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1
8.2
4 changes: 2 additions & 2 deletions resources/js/calendar/calendar_inputs_visitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -849,8 +849,8 @@ function eval_clock(){
hour = dynamic_data.hour,
minute = dynamic_data.minute,
has_sun = evaluated_static_data.processed_seasons,
sunrise = 6,
sunset = 18
sunrise = -1,
sunset = static_data.clock.hours + 1,
);

$('#clock').css('display', 'block');
Expand Down

0 comments on commit 2d85ed8

Please sign in to comment.