diff options
Diffstat (limited to 'docs/doxygen/html/dynsections.js')
-rw-r--r-- | docs/doxygen/html/dynsections.js | 7 |
1 files changed, 0 insertions, 7 deletions
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 }); - }); -}); |