mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
5 lines
119 B
JavaScript
Executable File
5 lines
119 B
JavaScript
Executable File
function ActiveKeyboard( type, title, field )
|
|
{
|
|
var kong_ = new Kong;
|
|
kong_.KbdActive( type, title, field );
|
|
} |