Codebase list ohcount / 29f5ec7d-1b44-45ad-9822-90a9c74d506b/main test / src_dir / fb.js
29f5ec7d-1b44-45ad-9822-90a9c74d506b/main

Tree @29f5ec7d-1b44-45ad-9822-90a9c74d506b/main (Download .tar.gz)

fb.js @29f5ec7d-1b44-45ad-9822-90a9c74d506b/mainraw · history · blame

1
2
3
4
5
6
7
8
9
function escapeHTML(value)
{
    return String(value).replace(/[<>&"']/g, replaceChars);
}

window.onerror = onError;

if (document.documentElement.getAttribute("debug") == "true")
    toggleConsole(true);