5 lines
77 B
JavaScript
5 lines
77 B
JavaScript
|
$().ready(function(){
|
||
|
Public.init();
|
||
|
Login.init();
|
||
|
Query.init();
|
||
|
});
|