diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-11-09 16:22:52 -0200 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-11-09 16:22:52 -0200 |
commit | 9f1f69481655c1ded6e6e778d21316b6f66755c6 (patch) | |
tree | 9b65ceac3fefe0ea3037fd3585671335a06d4259 /docs/doxygen/html/dynsections.js | |
parent | 7e2a19c5bf730a8fc9c868be95b25cbfed61851c (diff) | |
download | PSP.git-9f1f69481655c1ded6e6e778d21316b6f66755c6.tar.gz PSP.git-9f1f69481655c1ded6e6e778d21316b6f66755c6.tar.xz PSP.git-9f1f69481655c1ded6e6e778d21316b6f66755c6.zip |
Base form files organized
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 }); - }); -}); |