You are not logged in.
Pages: 1
hi,
I'm currently making specific plugin, based on "InsertSnippet" where my plugin inserts some text into editor.
My plugin does not work correctly on Chrom. Usually plugin inserts text like this - <div class="object"><%object=banner&group=test%></div>
So, the problem is that Chrom ignores <%...%> tag, it inserts only <div class="object"></div> .
Could anybody say what could cause such a problem?
code to insert text from plugin's js file:
_9.insertHTML(_c["text"]);
Offline
Pages: 1