Skip to content

Commit 0d8baa1

Browse files
committed
sidebar open
1 parent 7bb01c2 commit 0d8baa1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

concrete-calculator.html

+1
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ <h3 class="box-title">How do weather conditions affect concrete calculations?</h
334334
</body>
335335

336336
<script>
337+
$('#calculators-category').addClass('active');
337338
function updateUnits() {
338339
let unit = document.getElementById('unit').value;
339340
let lengthUnit = document.getElementById('lengthUnit');

yards-of-dirt-calculator.html

+1
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ <h3 class="box-title">How many wheelbarrows are in a cubic yard?</h3>
393393
</body>
394394

395395
<script>
396+
$('#calculators-category').addClass('active');
396397
function validateInput(value, max = Infinity) {
397398
return value >= 0 && value <= max;
398399
}

0 commit comments

Comments
 (0)