Skip to content

Commit

Permalink
#207 [Hook] fix: console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Jan 12, 2024
1 parent dbd7624 commit dcd580e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/actions_easycrm.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ public function addHtmlHeader(array $parameters): int
if (strpos($_SERVER['PHP_SELF'], 'easycrm') !== false) {
?>
<script>
console.log($('link[rel="manifest"]').remove());
$('link[rel="manifest"]').remove();
</script>
<?php

Expand Down

0 comments on commit dcd580e

Please sign in to comment.