fix: extend PHP timeout for batch price fetch; refresh btn forces recompute
This commit is contained in:
+2
-2
@@ -635,7 +635,7 @@
|
||||
<div class="shopping-price-total-row">
|
||||
<span class="price-total-label" data-i18n="shopping.price_total_label">💰 Spesa stimata:</span>
|
||||
<span class="price-total-value" id="price-total-value">–</span>
|
||||
<button class="btn-price-refresh" id="btn-price-refresh" onclick="fetchAllPrices(false)" title="Aggiorna prezzi">🔄</button>
|
||||
<button class="btn-price-refresh" id="btn-price-refresh" onclick="fetchAllPrices(true)" title="Aggiorna prezzi">🔄</button>
|
||||
</div>
|
||||
<div id="price-loading-bar" style="display:none" class="price-loading-bar">
|
||||
<div class="price-loading-inner"></div>
|
||||
@@ -1462,6 +1462,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="assets/js/app.js?v=20260507k"></script>
|
||||
<script src="assets/js/app.js?v=20260507l"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user