errors finally fully working in display.

This commit is contained in:
naomiaro 2011-02-08 00:29:31 -05:00
parent 2988b61bf5
commit 0de162aa26
3 changed files with 6 additions and 8 deletions

View file

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