• Resolved funsail

    (@funsail)


    I have 2 files,

    )–> diff ao73d98aacd273985063e0a00e13b99350.js aof9387ba3dab3aad97ee1633b50bc13c3.js
    12d11
    < jQuery(document).ready(function(){});

    Now I added jQuery(document).ready(function(){}); to exclude, but it doesn’t.
    How should I format it?

Viewing 1 replies (of 1 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    probably because jQuery(document).ready(function(){}) is not inline JS but from a file, in which case you’d have to exclude based on the filename?

Viewing 1 replies (of 1 total)

The topic ‘Exact strings’ is closed to new replies.