We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Esedjo • 4 years ago

I don't know why but there's an error about the replaceJavascriptWithPython function.
I replace the condition on line 64 :
if( word == /javascript/i ){
by
if ( word.match(/javascript/i) ) {

Anyway, thank you for this article, that was a good reminder !