mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Add L2 entry deletion support via web
This commit is contained in:
+1
-1
@@ -134,6 +134,6 @@ function getL2() {
|
||||
}
|
||||
|
||||
window.addEventListener("load", function() {
|
||||
l2GetInterval = setInterval(getL2, 300);
|
||||
l2GetInterval = setInterval(getL2, 1000);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user