Remove 3 second link color interval
This commit is contained in:
@@ -20,9 +20,5 @@
|
|||||||
(function () {
|
(function () {
|
||||||
setRandomLinkColor();
|
setRandomLinkColor();
|
||||||
setColorHoverListener();
|
setColorHoverListener();
|
||||||
|
|
||||||
setInterval(() => {
|
|
||||||
setRandomLinkColor();
|
|
||||||
}, 3000);
|
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user