VRFS-2698 fixed error in renderErrors
This commit is contained in:
parent
febca766e7
commit
463e7d3bbd
|
|
@ -70,7 +70,7 @@ context.JK.SiteValidator = class SiteValidator
|
|||
@site_status = 'invalid'
|
||||
|
||||
renderErrors: (errors) =>
|
||||
errdiv = @input_div.find('.error')[0]
|
||||
errdiv = @input_div.find('.error')
|
||||
if errmsg = context.JK.format_errors("site", errors)
|
||||
@checkmark.hide()
|
||||
errdiv.show()
|
||||
|
|
|
|||
Loading…
Reference in New Issue