mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Portal: Fix HTML tooltips in ManageBrick tiles.
SVN:trunk[5869]
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
{% endif %}
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$('.tile-badge > .tile[data-toggle="tooltip"]').tooltip();
|
||||
$('.tile.tile_badge[data-toggle="tooltip"]').tooltip({'html': true});
|
||||
});
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user