Ports LibVG

This commit is contained in:
Ling
2018-03-15 21:22:35 +01:00
parent bf91796593
commit 4a318a85f0
6 changed files with 100 additions and 2 deletions

View File

@@ -574,6 +574,14 @@ if (typeof $ === 'undefined') {
}
$(function() {
// yogs start - LibVG
// Detect encoding.
if (document.defaultCharset)
{
runByond("?_src_=chat&proc=encoding&encoding=" + escaper(document.defaultCharset));
}
// yogs end
$messages = $('#messages');
$subOptions = $('#subOptions');
$subAudio = $('#subAudio');