bradley6597
commited on
Commit
•
f66df0b
1
Parent(s):
6310cd2
Remove logging
Browse files- js_functions.js +4 -4
js_functions.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
async function magicFunc(x){
|
2 |
-
|
3 |
-
|
4 |
-
}
|
5 |
|
6 |
function delay(x) {
|
7 |
setTimeout(() => {
|
|
|
1 |
+
// async function magicFunc(x){
|
2 |
+
// let z = document.getElementById('search_term').getElementsByTagName('textarea')[0].value;
|
3 |
+
// await fetch('/track?url=' + x + '&q=' + z)
|
4 |
+
// }
|
5 |
|
6 |
function delay(x) {
|
7 |
setTimeout(() => {
|