change docs

This commit is contained in:
Tommy Parnell
2016-05-21 14:27:08 -04:00
parent e8a6dde7cd
commit b7e0920058
70 changed files with 45 additions and 318 deletions

View File

@@ -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 });
});
});