Skip to content

Commit

Permalink
feat(dev): lazy loading of the counter (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugena committed Apr 30, 2024
1 parent 182af87 commit 3111c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acesta/templates/include/metrika.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
var loadedMetrica = false,
metricaId = 79321300,
timerId;
W

if ( navigator.userAgent.indexOf( 'YandexMetrika' ) > -1 ) {
loadMetrica();
} else {
Expand Down

0 comments on commit 3111c98

Please sign in to comment.