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