Skip to content
Snippets Groups Projects
Commit f74547dd authored by Nigel  Sahl's avatar Nigel Sahl
Browse files

Update index.php

parent 9ca7f458
No related merge requests found
......@@ -46,7 +46,6 @@ $selectedSorting = $_GET["sorting"] ?? null;
const priceRangeOption = <?php echo json_encode($priceRangeOption) ?>;
const itemInPage = <?php echo json_encode($itemInPage) ?>;
const searching = <?php echo json_encode($searching) ?>;
console.log(gym_name);
</script>
<?php
echo Navbar();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment