It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
originally posted by: Aliensun
I note that no one from ATS has appeared to disavow ownership of the flaw or offer a solution.
originally posted by: SkepticOverlord
originally posted by: Aliensun
I note that no one from ATS has appeared to disavow ownership of the flaw or offer a solution.
Apparently you haven't looked at the other thread linked in this discussion. I cannot reproduce it in Edge. So, if I can't see why/how it's happening, and no other browsers are having the problem, it's most certainly a bug with the Edge browser on some Windows installations, but not all.
originally posted by: TheyreHere
a reply to: tanka418
This is Skeptic using my testing account, on Windows 10 with Edge, and all the latest updates. I'm not experiencing the problem.
function external() [
if (helpmode) [
'External Content TagnIdentifies the enlosed text as being content external to ATS.nUsage:');
] else if (advmode) [
AddTxt='[ ex ] [ / ex]';
AddText(AddTxt);
] else [
txt=prompt('Please enter the text that should be quoted as external content.','Text');
if (txt!=null) [
AddTxt='[ ex ]'+txt+'[ / ex ]';
AddText(AddTxt);
]
]
]