Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Plyro

    (@plyro)

    Activating WP Tiles somehow changes the <head> line

    <script type='text/javascript' src='[...]/src-min-noconflict/ace.js?ver=4.1.1'></script>

    to

    <script type='text/javascript' src='[...]/src-min-noconflict/ace.js'charset='utf8?ver=4.1.1' charset='utf8'></script>

    The charset additions alter the link, making the script unaccessable.
    Manually adding the correct path to the header fixes the problem for now.

    Plugin Author Mike Martel

    (@mike_cowobo)

    Hi Plyro,

    Thanks for reporting this, and also reporting your fix! I am very curious how this happened and will have a look into compatibility with Code Snippets Library.

    Cheers,
    Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Incompability with 'Code Snippet Library'’ is closed to new replies.