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
if(cmpKey==='meta'){for(varnameinv){if(name.endsWith('-tokens')){// ... Do something...}else{sb.push('<tr><th><div>'+humanize(k)+'</div></th><td><div>'+str+'</div></td></tr>');}}}
If name does not end with '-tokens' then str is printed, whatever it contains.
In fact, the "auth" page of the project I'm working on repeatedly shows the list of permissions next to the word "meta".