We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c3cdb commit a7c37b0Copy full SHA for a7c37b0
src/default.js
@@ -423,11 +423,9 @@
423
424
/** if ignorepages **/
425
// Customers can ignore certain pages
426
- var ignorePages =
427
- ["/path*lala"] ||
428
- convertCommaSeparatedToArray(
429
- overwriteOptions.ignorePages || attr(scriptElement, "ignore-pages")
430
- );
+ var ignorePages = convertCommaSeparatedToArray(
+ overwriteOptions.ignorePages || attr(scriptElement, "ignore-pages")
+ );
431
/** endif **/
432
433
/** if allowparams **/
0 commit comments