diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-11-09 16:24:10 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-09 16:24:10 -0200 |
commit | 9ede06b682a5e501e9c5612f1373e064c741a6fa (patch) | |
tree | e2e44a009610804d17927bb9e50e4cfe90cd04d9 /docs/doxygen/html/dynsections.js | |
parent | 368b27c9551429e5c0e80869021a1b32a40200d1 (diff) | |
parent | 74ae808a0004888eb0a03201b6fb32c91c06fd0f (diff) | |
download | PSP.git-9ede06b682a5e501e9c5612f1373e064c741a6fa.tar.gz PSP.git-9ede06b682a5e501e9c5612f1373e064c741a6fa.tar.xz PSP.git-9ede06b682a5e501e9c5612f1373e064c741a6fa.zip |
Merge pull request #42 from Thales1330/org/base-form-files
Org base form files
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 }); - }); -}); |