79171354

Date: 2024-11-08 19:44:47
Score: 0.5
Natty:
Report link

Try changing...

formLayout.html('bottom', btn)

With:

formLayout.html('bottom', btn.getHTML())

The problem is probably happening because the formLayout.html() is using btn.toString()...

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: KLASANGUI