.
This commit is contained in:
@@ -156,13 +156,12 @@
|
||||
def updateWarnings()
|
||||
log "test"
|
||||
then
|
||||
if <#users-list li:has(.error)/>
|
||||
if <#users-list li:has(.error)/> is not empty
|
||||
put "Errors<br/>" into #alert
|
||||
then for error in<#users-list li:has(.error)/>
|
||||
beep! error then
|
||||
put textContent of beep! .name in error at end of #alert
|
||||
put textContent of .name in error at end of #alert
|
||||
then
|
||||
put " " + textContent of beep! .error in error at end of #alert
|
||||
put " " + textContent of .error in error at end of #alert
|
||||
then make a <br/> then put it at the end of #alert
|
||||
then add .alert-warning to #alert
|
||||
|
||||
|
||||
Reference in New Issue
Block a user