Change tooltip css class to item_image (bootstrap conflict)

This commit is contained in:
slawkens
2020-02-28 21:50:21 +01:00
parent 8c680608ff
commit 7424901aca
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
<link rel="stylesheet" type="text/css" href="tools/css/tipped.css"/>
<script>
$(document).ready(function() {
Tipped.create('.tooltip');
Tipped.create('.item_image');
});
</script>
{% set rows = 0 %}