projects
/
ohcount
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount]
/
test
/
src_dir
/
fb.js
1
function escapeHTML(value)
2
{
3
return String(value).replace(/[<>&"']/g, replaceChars);
4
}
5
6
window.onerror = onError;
7
8
if (document.documentElement.getAttribute("debug") == "true")
9
toggleConsole(true);