mirror of
https://github.com/Bandit42/auth-site.git
synced 2026-07-13 21:01:01 -04:00
13 lines
112 B
JavaScript
13 lines
112 B
JavaScript
var Users = {
|
|
last_value: '',
|
|
cached_users: '',
|
|
|
|
init: function()
|
|
{
|
|
}
|
|
};
|
|
|
|
$(function()
|
|
{
|
|
Users.init();
|
|
}); |