. then ( () => {
$w ( '#textBox1' ). value = ''
$w ( '#Reviews' ). refresh ()
setTimeout ( **function** () {
$w ( '#button51' ). enable ()
$w ( '#loader' ). hide ()
**let** totalCount = $w ( "#Reviews" ). getTotalCount ();
$w ( '#text157' ). text = totalCount . toString () + " comments"
}, 2000 );
})
}
Sorry for having to send it like that.
Maelor