This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
gorge
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
9
Wiki
Activity
Browse Source
Remove spurious variable
tags/v0.0.4
Fen Dweller
5 years ago
parent
c3f5a724f3
commit
e014a68c6e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
gorge.js
+ 1
- 1
gorge.js
View File
@@ -642,7 +642,7 @@ function clickPopup(text, type, location) {
body.appendChild(div);
setTimeout(() => {
body.removeChild(div);
choice
body.removeChild(div);
}, 2000);
}
Write
Preview
Loading…
Cancel
Save