Skip to content
Snippets Groups Projects
Commit f86873f9 authored by Leonidas Poulopoulos's avatar Leonidas Poulopoulos
Browse files

Change console button blinking color

parent ae1a3e3f
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,7 @@ var updater = { ...@@ -186,7 +186,7 @@ var updater = {
}; };
function blink(selector){ function blink(selector){
$(selector).animate({ color: "red" }, 500, function(){ $(selector).animate({color: "#EE5F5B"}, 500, function(){
$(this).animate({ color: "white" }, 500, function(){ $(this).animate({ color: "white" }, 500, function(){
blink(this); blink(this);
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment