mirror of
https://bitbucket.org/theswgsource/auth-site-1.2.git
synced 2026-01-17 00:04:55 -05:00
13 lines
112 B
JavaScript
13 lines
112 B
JavaScript
var Users = {
|
|
last_value: '',
|
|
cached_users: '',
|
|
|
|
init: function()
|
|
{
|
|
}
|
|
};
|
|
|
|
$(function()
|
|
{
|
|
Users.init();
|
|
}); |