Initial commit
This commit is contained in:
6
static/js/home.js
Normal file
6
static/js/home.js
Normal file
@@ -0,0 +1,6 @@
|
||||
var _loading = true;
|
||||
|
||||
function hookupPageHome() {
|
||||
hookupVideos();
|
||||
_loading = false;
|
||||
}
|
||||
Reference in New Issue
Block a user