errors finally fully working in display.
This commit is contained in:
parent
2988b61bf5
commit
0de162aa26
3 changed files with 6 additions and 8 deletions
|
@ -25,10 +25,8 @@ function changeClipLength(pos, json) {
|
|||
|
||||
function showError(el, error) {
|
||||
$(el).parent().next()
|
||||
.find("span")
|
||||
.empty()
|
||||
.append(error)
|
||||
.end()
|
||||
.empty()
|
||||
.append(error)
|
||||
.show();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue