Skip to content

Commit

Permalink
Renaming vivoTooltip to vitroTooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
milospp committed Nov 20, 2024
1 parent f2bb517 commit 8a6c87a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $(document).ready(function(){
title: "<div>" + i18nStrings.researchAreaTooltipOne + "</div><div>" + i18nStrings.researchAreaTooltipTwo + "</div>",
html: true,
fallbackPlacements: ['bottom', 'left', 'top', 'right'],
customClass: "vivoTooltip"
customClass: "vitroTooltip"
}
},
{
Expand All @@ -22,7 +22,7 @@ $(document).ready(function(){
title: i18nStrings.quickviewTooltip,
html: true,
fallbackPlacements: ['bottom', 'left', 'top', 'right'],
customClass: "vivoTooltip"
customClass: "vitroTooltip"
}
},
{
Expand All @@ -31,7 +31,7 @@ $(document).ready(function(){
title: "<div>" + i18nStrings.standardviewTooltipOne + '</div><div>' + i18nStrings.standardviewTooltipTwo + "</div>",
html: true,
fallbackPlacements: ['bottom', 'left', 'top', 'right'],
customClass: "vivoTooltip"
customClass: "vitroTooltip"
}
},
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function initGlobalToolTips() {
querySelector: "#imageIconOne",
data: {
title: "<div class='visCommonControllTooltip'>" + $('#toolTipOne').html() + "</div>",
customClass: "vivoTooltip vivoTooltip-yellow",
customClass: "vitroTooltip vitroTooltip-yellow",
html: true,
sanitize: false,
fallbackPlacements: ['right', 'bottom', 'top', 'left']
Expand All @@ -99,7 +99,7 @@ function initGlobalToolTips() {
querySelector: "#exploreInfoIcon",
data: {
title: "<div class='visCommonControllTooltip'>" + $('#exploreTooltipText').html() + "</div>",
customClass: "vivoTooltip vivoTooltip-yellow",
customClass: "vitroTooltip vitroTooltip-yellow",
html: true,
sanitize: false,
fallbackPlacements: ['right', 'bottom', 'top', 'left']
Expand All @@ -108,7 +108,7 @@ function initGlobalToolTips() {
querySelector: "#compareInfoIcon",
data: {
title: "<div class='visCommonControllTooltip'>" + $('#compareTooltipText').html() + "</div>",
customClass: "vivoTooltip vivoTooltip-yellow",
customClass: "vitroTooltip vitroTooltip-yellow",
html: true,
sanitize: false,
fallbackPlacements: ['right', 'bottom', 'top', 'left']
Expand All @@ -117,7 +117,7 @@ function initGlobalToolTips() {
querySelector: "#imageIconThree",
data: {
title: "<div class='visCommonControllTooltip'>" + $('#toolTipThree').html() + "</div>",
customClass: "vivoTooltip vivoTooltip-yellow",
customClass: "vitroTooltip vitroTooltip-yellow",
html: true,
sanitize: false,
fallbackPlacements: ['left', 'bottom', 'top', 'right']
Expand Down

0 comments on commit 8a6c87a

Please sign in to comment.