From 518c08392e791f9550388e1880eedff48840f569 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Mon, 10 Feb 2025 19:59:05 +0100 Subject: [PATCH] =?UTF-8?q?Skr=C3=B3cenie=20czasu=20od=C5=9Bwie=C5=BCania?= =?UTF-8?q?=20strony=20po=20dodaniu=20produktu=20lub=20kombinacji=20do=202?= =?UTF-8?q?50=20ms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- import-product.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import-product.php b/import-product.php index 6b386a1e..5c0878b8 100644 --- a/import-product.php +++ b/import-product.php @@ -486,6 +486,6 @@ foreach ($productsBySymbol as $symbol => $products) { } // reload page after 1s if product or combination was added if ($productAdded || $combinationAdded) { - echo ""; + echo ""; } ?>