Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit 649d9ae

Browse files
author
vibedivde
authoredJul 10, 2020
Update index.html
1 parent 20147c6 commit 649d9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h2>Type in the website you wish to unblock and press a button, to get going.</h
9898
});
9999

100100
//these are the shortcut buttons
101-
var wee=(urlData=>{
101+
var wee=(urlData=>{ // bruhhh idek how to fix this its like something with the html things but it works ig for now its 2am
102102
url.value=urlData;
103103
});
104104
</script>

1 commit comments

Comments
 (1)

KaloHG commented on Sep 1, 2020

@KaloHG

Ok, this commit is completely useless and only clutters the code more. This is not HTML "things" this is JavaScript LOL. It literally just specifies the urlData as a variable, that way other scripts+objects can use it as such.

This repository has been archived.