clears eidtor error when you choose to edit something else.

This commit is contained in:
Naomi 2011-01-17 13:59:16 -05:00
parent 1e904c3f69
commit 2adae84447

View file

@ -212,6 +212,8 @@ function setEditorContent(json) {
.empty()
.append(json.html);
clearEditorError();
$(".spl_cue_in span:last, .spl_cue_out span:last, .spl_fade_in span:last, .spl_fade_out span:last").click(addTextInput);
}