Commit f8262112 authored by Sindre Sorhus's avatar Sindre Sorhus

Popover: disable animation to make it even more stable

parent 58f7973b
Subproject commit c800c4a1ca208b52a065469334acca9fb4af0cc0 Subproject commit fcb4d24bb69c9543ccb4ffe5b447e2c6ab8af96b
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
var $this = $( this ); var $this = $( this );
$this.popover({ $this.popover({
placement: 'in right', placement: 'in right',
animation: false,
title: $this.text() + '<a href="' + $this.data('source') + '">Go to site</a>' title: $this.text() + '<a href="' + $this.data('source') + '">Go to site</a>'
}); });
}) })
......
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