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