Viima / jquery-comments

The Javascript library of choice for implementing commenting in your web app
http://viima.github.io/jquery-comments/
MIT License
294 stars 118 forks source link

My user data set has non-Integer IDs #119

Open ivolazy opened 7 years ago

ivolazy commented 7 years ago

My user data set has non-Integer IDs (eg user.id="12345.abcde") and when the getPings is called it converts it to user.id=12345 which prevents it from being recognized and properly formatted.

burzum commented 7 years ago

Same here, we use UUIDs.