This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
abv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Tiny adjustment
master
Pete Shadbolt
7 years ago
parent
4075fa11e5
commit
30f97d328a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
static/scripts/editor.js
+ 1
- 1
static/scripts/editor.js
View File
@@ -212,4 +212,4 @@ editor.localComplementation = function() {
gui.serverMessage("Inverted neighbourhood of " + editor.selection + ".");
};
setInterval(editor.checkTimeOut,
500
);
setInterval(editor.checkTimeOut,
1
);
Write
Preview
Loading…
Cancel
Save