tphillips / SERV

SERV bespoke system
GNU General Public License v2.0
1 stars 2 forks source link

SMS sending does not permit the use of certain special characters #48

Open jfautley opened 9 years ago

jfautley commented 9 years ago

It appears that if you include a single quote (') in the SMS message text, the browser hangs indefniately waiting for a response from ... something.

I've had a quick dig through the C# code and all looks well there, so I suspect this is an issue with the Javascript running client-side failing to pass the value of the text box to the SendSMS function.