6 lines
75 B
JavaScript
6 lines
75 B
JavaScript
var _loading = true;
|
|
|
|
function hookupPageHome() {
|
|
_loading = false;
|
|
}
|