source: main/waeup.kofa/branches/uli-py3/layout/static/js/kofa-tooltip.js

Last change on this file was 11254, checked in by uli, 11 years ago

Merge changes from uli-diazo-themed back into trunk. If this works, then a miracle happened.

File size: 59 bytes
Line 
1$(function () {
2  $("[data-toggle=tooltip]").tooltip();
3});
Note: See TracBrowser for help on using the repository browser.