Merge pull request from cowingtonpost1/cow2

fix nojs refreshing
This commit is contained in:
rottenwheel 2025-03-29 19:28:01 +00:00 committed by GitHub
commit 06984133cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,8 +11,9 @@ $currentUrl = $protocol . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
$parentUrl = dirname($currentUrl);
// Get currency data from JSON
`php coingecko.php`;
if (!file_exists($COINGECKO_JSON_PATH)) {
`php coingecko.php`;
sleep(1);
}