source: main/kofacustom.sampleuni/trunk/layout/static/js/kofa-tooltip.js @ 15504

Last change on this file since 15504 was 11706, checked in by Henrik Bettermann, 10 years ago
  • Remove waeup.kofa from sources. Use waeup.kofa PyPI package instead.
  • Copy layout folder from waeup.kofa. kofacustom.sampleuni uses its own Diazo layout.
File size: 59 bytes
Line 
1$(function () {
2  $("[data-toggle=tooltip]").tooltip();
3});
Note: See TracBrowser for help on using the repository browser.