From 9f1f69481655c1ded6e6e778d21316b6f66755c6 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Thu, 9 Nov 2017 16:22:52 -0200 Subject: Base form files organized --- docs/doxygen/html/dynsections.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs/doxygen/html/dynsections.js') diff --git a/docs/doxygen/html/dynsections.js b/docs/doxygen/html/dynsections.js index 1e6bf07..85e1836 100644 --- a/docs/doxygen/html/dynsections.js +++ b/docs/doxygen/html/dynsections.js @@ -95,10 +95,3 @@ function toggleInherit(id) } } - -$(document).ready(function() { - $('.code,.codeRef').each(function() { - $(this).data('powertip',$('#'+$(this).attr('href').replace(/.*\//,'').replace(/[^a-z_A-Z0-9]/g,'_')).html()); - $(this).powerTip({ placement: 's', smartPlacement: true, mouseOnToPopup: true }); - }); -}); -- cgit