Added bootstrap
[flowspy] / templates / poller.js
index 326abc1..6ac263b 100644 (file)
@@ -187,7 +187,7 @@ var updater = {
 
 function blink(selector){
        $(selector).animate({ color: "red" }, 500, function(){
-       $(this).animate({ color: "#555555" }, 500, function(){
+       $(this).animate({ color: "white" }, 500, function(){
        blink(this);
        });
        });