finish pLink. it have toooooooooooo much bugs
This commit is contained in:
@ -12,6 +12,12 @@ function highlightLink(target) {
|
||||
if ($(this).hasClass("link-blinkDelay")) {
|
||||
$(this).attr("fill", "black")
|
||||
}
|
||||
if ($(this).hasClass("link-plink")) {
|
||||
$(this).attr("stroke", "blue")
|
||||
}
|
||||
if ($(this).hasClass("link-elink")) {
|
||||
$(this).attr("stroke", "cyan")
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@ -27,6 +33,12 @@ function highlightLink(target) {
|
||||
if ($(this).hasClass("link-blinkDelay")) {
|
||||
$(this).attr("fill", "yellow")
|
||||
}
|
||||
if ($(this).hasClass("link-plink")) {
|
||||
$(this).attr("stroke", "orange")
|
||||
}
|
||||
if ($(this).hasClass("link-elink")) {
|
||||
$(this).attr("stroke", "orange")
|
||||
}
|
||||
});
|
||||
|
||||
previousHighlight = realTarget
|
||||
|
Reference in New Issue
Block a user