Bugfix - planner was not showing sunday pickups
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Foodsharing Planner
|
// @name Foodsharing Planner
|
||||||
// @namespace http://tampermonkey.net/
|
// @namespace http://tampermonkey.net/
|
||||||
// @version 0.8
|
// @version 0.9
|
||||||
// @updateURL https://github.com/TroogS/userscripts/raw/master/foodsharing_planner.user.js
|
// @updateURL https://github.com/TroogS/userscripts/raw/master/foodsharing_planner.user.js
|
||||||
// @downloadURL https://github.com/TroogS/userscripts/raw/master/foodsharing_planner.user.js
|
// @downloadURL https://github.com/TroogS/userscripts/raw/master/foodsharing_planner.user.js
|
||||||
// @description Generate a calendar like view as addition to the foodsharing website germany, austria and switzerland
|
// @description Generate a calendar like view as addition to the foodsharing website germany, austria and switzerland
|
||||||
@@ -527,7 +527,7 @@ async function BuildPlannerAsync() {
|
|||||||
case 6:
|
case 6:
|
||||||
sat.append(pickupDiv);
|
sat.append(pickupDiv);
|
||||||
break;
|
break;
|
||||||
case 7:
|
case 0:
|
||||||
sun.append(pickupDiv);
|
sun.append(pickupDiv);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user