You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just found that [和] haven't replaced with "[" and "]" after I deployed it on my hosting. It looks weird when I have [] in the nodename. See sample at https://status.qnid.cc
Otherwise, I found it uses replace function in the js to replace urls. I believe we can do it with nodename. However, I can't determine which variable is associated with nodename. Could you help me check that? Thanks return encodeURIComponent(e).replace(/%40/gi, "@").replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]")
The text was updated successfully, but these errors were encountered:
I have just found that
[
和]
haven't replaced with "[" and "]" after I deployed it on my hosting. It looks weird when I have [] in the nodename. See sample at https://status.qnid.ccOtherwise, I found it uses replace function in the js to replace urls. I believe we can do it with nodename. However, I can't determine which variable is associated with nodename. Could you help me check that? Thanks
return encodeURIComponent(e).replace(/%40/gi, "@").replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]")
The text was updated successfully, but these errors were encountered: