Merge pull request #778 from patbolo/bugfix/7853

FIX 7853
This commit is contained in:
Sam Minnée 2013-04-08 16:08:23 -07:00
commit 39a4aabcdc

View File

@ -470,7 +470,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();
}
});