Skip to content
Snippets Groups Projects
Unverified Commit 743ddf1e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Make popovers for links and links in containers.

parent 5c625156
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ $(document).ready( function () {
});
});
$('*[data-poload]').popover({
$('a[data-poload], *[data-poload] > a*').popover({
html: true,
animation: true,
placement: 'auto',
......
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