fixed caret in training planning
This commit is contained in:
@@ -10,12 +10,13 @@
|
||||
function toggle(source) {
|
||||
checkboxes = document.querySelectorAll("input[type='checkbox']");
|
||||
for (var i=0, n=checkboxes.length;i<n;i++) {
|
||||
if (checkboxes[i].name.includes('selector')) {
|
||||
if (checkboxes[i].name.includes('selector')) {
|
||||
checkboxes[i].checked = source.checked
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
|
||||
<h1>Training Plan - {{ plan.name }}</h1>
|
||||
<p>This plan starts on {{ plan.startdate }} and ends on {{ plan.enddate }}.
|
||||
|
||||
Reference in New Issue
Block a user