mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Merge pull request #186 from StefanRijnhart/8.0-ckeditor_fix_invalid_reference
[FIX] Now that we actually destroy editors, we need another check for…
This commit is contained in:
@@ -38,7 +38,7 @@ openerp.web_ckeditor4 = function(instance)
|
||||
self_arguments=arguments;
|
||||
setTimeout(function()
|
||||
{
|
||||
if(CKEDITOR.instances[self.editor.name])
|
||||
if(self.editor)
|
||||
{
|
||||
fn.apply(self, self_arguments);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user