Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit 938559a

Browse files
committed
chevereto news ping update
1 parent fb6506d commit 938559a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/themes/Peafowl/footer.php

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
<?php CHV\Render\show_theme_inline_code('snippets/footer.js'); ?>
2020

21-
<?php CHV\Render\showQueuePixel(); ?>
22-
2321
<?php CHV\Render\showPingPixel(); ?>
2422

2523
<?php echo CHV\getSetting('analytics_code'); ?>

app/web.php

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
$lock = new Lock('check-updates');
5353
if ($lock->create()) {
5454
checkUpdates();
55+
updateCheveretoNews();
5556
$lock->destroy();
5657
}
5758
} catch (Exception $e) {

0 commit comments

Comments
 (0)