Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
chevereto news ping update
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Dec 20, 2021
1 parent fb6506d commit 938559a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions app/themes/Peafowl/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

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

<?php CHV\Render\showQueuePixel(); ?>

<?php CHV\Render\showPingPixel(); ?>

<?php echo CHV\getSetting('analytics_code'); ?>
Expand Down
1 change: 1 addition & 0 deletions app/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
$lock = new Lock('check-updates');
if ($lock->create()) {
checkUpdates();
updateCheveretoNews();
$lock->destroy();
}
} catch (Exception $e) {
Expand Down

0 comments on commit 938559a

Please sign in to comment.