Version msgbox() from 08/2013 If used as "prompt"-Box, the given content is overwritten in line 141: divMsgBoxContent.html(divInputs); I correct this in my case to: ``` divMsgBoxContent.append(divInputs); ``` Hope this helps. Frank
Version msgbox() from 08/2013
If used as "prompt"-Box, the given content is overwritten in line 141:
divMsgBoxContent.html(divInputs);
I correct this in my case to:
Hope this helps.
Frank