FIX 7853 Flush the content of drop down fields when closing html editor linker (links and images)

This commit is contained in:
jean 2012-09-10 11:12:05 +12:00
parent 99ae715f8a
commit 17bd8733d0

View File

@ -457,7 +457,8 @@ ss.editorWrappers['default'] = ss.editorWrappers.tinyMCE;
/* NOP */
},
resetFields: function() {
/* NOP */
// Flush the tree drop down fields, as their content might get changed in other parts of the CMS, ie in Files and images
this.find('.tree-holder').empty();
}
});