Remove collection-functions
Now that we have generics, this example is not relevant. Updates #349
This commit is contained in:
2
public/string-functions
generated
2
public/string-functions
generated
@@ -9,7 +9,7 @@
|
||||
onkeydown = (e) => {
|
||||
|
||||
if (e.key == "ArrowLeft") {
|
||||
window.location.href = 'collection-functions';
|
||||
window.location.href = 'recover';
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user