Commit 6bcca14c authored by Randall Leeds's avatar Randall Leeds

Avoid flicker on the control bar tab

parent ba10249f
......@@ -466,6 +466,8 @@ class App
if $scope.new_updates < 2 then text = 'change.'
else text = 'changes.'
notif.text = 'Click to load ' + updates + ' ' + text
return unless updates
$element.find('.tri').toggle('fg_highlight',{color:'lightblue'})
$timeout ->
$element.find('.tri').toggle('fg_highlight',{color:'lightblue'})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment