make footnote tooltips work again; ensure ids are unique
This commit is contained in:
@@ -158,7 +158,7 @@ function moveTooltip(posX, posY)
|
||||
*/
|
||||
function pmaTooltip(e)
|
||||
{
|
||||
var theText = document.getElementById(this.getAttribute('name')).innerHTML;
|
||||
var theText = document.getElementById('footnote_' + this.innerHTML).innerHTML;
|
||||
|
||||
var plusX = 0, plusY = 0, docX = 0, docY = 0;
|
||||
var divHeight = myTooltipContainer.clientHeight;
|
||||
|
Reference in New Issue
Block a user