Commit c937d7b1 authored by GoshaZotov's avatar GoshaZotov

maximum call stack error(oncopy)

parent 3a518d0f
......@@ -517,7 +517,10 @@
if(copyPasteUseBinary)
{
sBase64 = this.getBinaryForCopy(worksheet);
$(container.children[0]).addClass(sBase64);
if(container.children[0])
{
container.children[0].setAttribute("class", sBase64)
}
}
History.TurnOn();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment