Skip to content

Commit 75d7345

Browse files
authored
Turned off set featured projects
1 parent ec1de2c commit 75d7345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async function getapistuff(url) {
3434
var url = window.location.href;
3535
var stuff = data["author"]["username"]
3636
if (stuff === document.querySelector('#navigation > div > ul > li.link.right.account-nav > div > a > span').textContent) {
37-
abc()
37+
// when done set to abc()
3838
} else {
3939
xyz()
4040
}
@@ -111,4 +111,4 @@ function stuff() {
111111
"mode": "cors",
112112
"credentials": "include"
113113
});
114-
}
114+
}

0 commit comments

Comments
 (0)