RunDMC
RunDMC copied to clipboard
Disqus comments causing javascript infinite loop sometimes
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'));