if(written_notes)
alert("[written_notes]")
return
I need it so when the alert message shows up with the written_notes inside of it, the alert message box is fitting the size of the written_ notes, not matter the size of the written_notes. What's happening is a long box like this:
+-------------------------------------------------------+
|________________very long written notes________________|
| |
+-------------------------------------------------------+
What I need is this:
+-----------------------------------+
|_____________fitting_______________|
|_______________the_________________|
|_____________written_______________|
|______________notes________________|
|____________perfectly______________|
+-----------------------------------+