Skip to content

Commit

Permalink
Do not truncate datalayer
Browse files Browse the repository at this point in the history
Related issue:
- uBlockOrigin/uBlock-issues#1671

Regression from:
- 0dbe581
  • Loading branch information
gorhill committed Jul 28, 2021
1 parent 193cbac commit ee0b2c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/web_accessible_resources/google-analytics_analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
if ( Array.isArray(dl) ) {
dl.push = item => doCallback(item);
const q = dl.slice();
dl.length = 0;
for ( const item of q ) {
doCallback(item);
}
Expand Down

0 comments on commit ee0b2c2

Please sign in to comment.