Skip to content

Commit 4b669e8

Browse files
committed
[MODIFY] assets/js/main.js
Disabled auto-fetching repo. & team details. Ref: #1
1 parent eb11cb0 commit 4b669e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/js/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ $(document).ready(function(){
4242
$(".collapsible").collapsible();
4343
$(".tooltipped").tooltip();
4444

45-
fetchRepos();
46-
fetchTeam();
45+
// fetchRepos();
46+
// fetchTeam();
4747
});
4848

4949
function fetchRepos(force = false) {

0 commit comments

Comments
 (0)