Update new visualization icons

Update info text on Map of Science
Update new copyright text to Map of Science
This commit is contained in:
kongchinhua 2011-11-11 00:18:31 +00:00
parent 5eb16e6585
commit 5b1847dd4c
29 changed files with 51 additions and 43 deletions

View file

@ -87,6 +87,8 @@ function initVisModeTypeButton() {
function initGlobalToolTips() {
createToolTip($("#imageIconOne"), $('#toolTipOne').html(), "topLeft");
createToolTip($("#exploreInfoIcon"), $('#exploreTooltipText').html(), "topLeft");
createToolTip($("#compareInfoIcon"), $('#compareTooltipText').html(), "topLeft");
createToolTip($("#imageIconThree"), $('#toolTipThree').html(), "topRight");
}