From 87e7fac397d3a077dc1c7f49e53ec9d0cd6de739 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 20 May 2017 13:18:20 -0400 Subject: [PATCH 1/2] Frio: Fix hubzilla scrollToItem - Removed unnecessary item guid truncation --- view/theme/frio/js/mod_display.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/view/theme/frio/js/mod_display.js b/view/theme/frio/js/mod_display.js index ed126d60cd..fd74ccb3ce 100644 --- a/view/theme/frio/js/mod_display.js +++ b/view/theme/frio/js/mod_display.js @@ -4,9 +4,8 @@ // Catch the GUID from the URL var itemGuid = window.location.pathname.split("/").pop(); -var itemGuidSafe = itemGuid.replace(/%.*/, ''); $(window).load(function(){ // Scroll to the Item by its GUID - scrollToItem('item-' + itemGuidSafe); + scrollToItem('item-' + itemGuid); }); From dc76e81d3ea315cd8230cfd249b817afb8a8395d Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Mon, 22 May 2017 14:44:51 +0200 Subject: [PATCH 2/2] Bugfix: fix frio's event dropdown color --- view/theme/frio/css/mod_events.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/css/mod_events.css b/view/theme/frio/css/mod_events.css index 293ffe06b4..6932b1d507 100644 --- a/view/theme/frio/css/mod_events.css +++ b/view/theme/frio/css/mod_events.css @@ -22,7 +22,7 @@ #fc-header-right { margin-top: -4px; } -#fc-header-right button { +#fc-header-right .dropdown > button { color: inherit; } #event-calendar-title {