mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Ports LibVG
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user