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

Support hover in table rows.

parent 4522ba78
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,11 @@ $(document).ready( function () {
});
});
$('*:not(a, span)[data-poload]').each(function() {
$(this).find('a, span').attr('data-poload', $(this).attr('data-poload'));
$(this).removeAttr('data-poload');
});
$('*[data-poload]').popover({
html: true,
animation: true,
......
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