clears eidtor error when you choose to edit something else.
This commit is contained in:
parent
1e904c3f69
commit
2adae84447
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue