fix: view more button on category page

This commit is contained in:
2026-07-26 18:19:53 +04:00
parent b12d66195d
commit 0d45b716fb
6 changed files with 32 additions and 112 deletions
-1
View File
@@ -169,7 +169,6 @@ if ($categoryId && isset($allCategories[$categoryId])) {
<?php include 'includes/mobile-menu.php'; ?>
<script src="js/main.js"></script>
<script src="js/categories.js"></script>
<script src="js/pwa-update.js?v=<?php echo filemtime('js/pwa-update.js'); ?>"></script>
</body>
</html>