[wp-trac] [WordPress Trac] #34698: HTML-Embed code JavaScript error.
WordPress Trac
noreply at wordpress.org
Mon Nov 23 14:23:01 UTC 2015
#34698: HTML-Embed code JavaScript error.
--------------------------+--------------------------
Reporter: nendeb55 | Owner: miqrogroove
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 4.4
Component: Embeds | Version: trunk
Severity: normal | Resolution:
Keywords: dev-feedback | Focuses:
--------------------------+--------------------------
Comment (by nendeb55):
Error I found that to come out only when you enable the `SyntaxHighlighter
Evolved Plugin`.
SyntaxHighlighter Evolved Plugin had been rewritten in this way the
script.
{{{
for(c=0;c<j.length;c++)j[c].style.display="none";for(c=0;c<i.length;c++)if(d=i[c],d.style.display="
}}}
To
{{{
for(c=0;c<j.length;c++)j.style.display="none";for(c=0;c<i.length;c++)if(d=i,d.style.display="",
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/34698#comment:24>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list