We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1de2c commit 75d7345Copy full SHA for 75d7345
project.js
@@ -34,7 +34,7 @@ async function getapistuff(url) {
34
var url = window.location.href;
35
var stuff = data["author"]["username"]
36
if (stuff === document.querySelector('#navigation > div > ul > li.link.right.account-nav > div > a > span').textContent) {
37
- abc()
+ // when done set to abc()
38
} else {
39
xyz()
40
}
@@ -111,4 +111,4 @@ function stuff() {
111
"mode": "cors",
112
"credentials": "include"
113
});
114
- }
+ }
0 commit comments