Commit fcb4d24b authored by Sindre Sorhus's avatar Sindre Sorhus

Popover: disable animation to make it even more stable

parent c800c4a1
......@@ -11,6 +11,7 @@
var $this = $( this );
$this.popover({
placement: 'in right',
animation: false,
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