Choose a location:
posted 2/9/2013 by Raghav Khunger
On adding image via TinyMCE image editor my Chrome browser was getting crashed as soon as I was hitting insert button of that popup:To fix this I went to tiny_mce\plugins\advimage\js\imaghe.js . In the "insert" function I mofified the following line
t.insertAndClose();
and changed it to :
setTimeout(function() { t.insertAndClose(); }, 100);
After that modification my issue was fixed.
What kind of email newsletter would you prefer to receive from CodeAsp.Net? 18