Quote:
Originally Posted by ZeChico
Yep, if decodeURIComponent is used on a string with some characters not allowed on a url, it will crash the program without the use of try-catch combo.
|
If this problem occurs again we can do decode in index.html as it was before
if (m.tags && m.tags.length > 3) {m.tags = decodeURIComponent(m.tags).substr(0,46);}