Skip to content

Commit a7c37b0

Browse files
committed
Remove testing code from ignorePages
1 parent 53c3cdb commit a7c37b0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/default.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -423,11 +423,9 @@
423423

424424
/** if ignorepages **/
425425
// Customers can ignore certain pages
426-
var ignorePages =
427-
["/path*lala"] ||
428-
convertCommaSeparatedToArray(
429-
overwriteOptions.ignorePages || attr(scriptElement, "ignore-pages")
430-
);
426+
var ignorePages = convertCommaSeparatedToArray(
427+
overwriteOptions.ignorePages || attr(scriptElement, "ignore-pages")
428+
);
431429
/** endif **/
432430

433431
/** if allowparams **/

0 commit comments

Comments
 (0)