RunDMC icon indicating copy to clipboard operation
RunDMC copied to clipboard

Disqus comments causing javascript infinite loop sometimes

Open dsokolsky opened this issue 9 years ago • 0 comments

I have seen some issues with the disqus comments causing javascript errors and page hangs. Here is an example:

http://docs.marklogic.com/7.0/xdmp:set-session-field

It seems like it is in something called require.js (disqus code?) on this line:

url += (ext || (/^data:|?/.test(url) || skipExt ? '' : '.js'));

dsokolsky avatar Mar 12 '15 22:03 dsokolsky