adjust tooltip direction
parent
092decd6e1
commit
0e673929e2
|
|
@ -42,7 +42,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
let occupantsHTML = '';
|
let occupantsHTML = '';
|
||||||
for (const occupant of lotOccupancy.lotOccupancyOccupants) {
|
for (const occupant of lotOccupancy.lotOccupancyOccupants) {
|
||||||
occupantsHTML +=
|
occupantsHTML +=
|
||||||
'<li class="has-tooltip-right" data-tooltip="' +
|
'<li class="has-tooltip-left" data-tooltip="' +
|
||||||
cityssm.escapeHTML((_a = occupant.lotOccupantType) !== null && _a !== void 0 ? _a : '') +
|
cityssm.escapeHTML((_a = occupant.lotOccupantType) !== null && _a !== void 0 ? _a : '') +
|
||||||
'">' +
|
'">' +
|
||||||
('<span class="fa-li"><i class="fas fa-fw fa-' +
|
('<span class="fa-li"><i class="fas fa-fw fa-' +
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@ declare const cityssm: cityssmGlobal
|
||||||
|
|
||||||
for (const occupant of lotOccupancy.lotOccupancyOccupants!) {
|
for (const occupant of lotOccupancy.lotOccupancyOccupants!) {
|
||||||
occupantsHTML +=
|
occupantsHTML +=
|
||||||
'<li class="has-tooltip-right" data-tooltip="' +
|
'<li class="has-tooltip-left" data-tooltip="' +
|
||||||
cityssm.escapeHTML(occupant.lotOccupantType ?? '') +
|
cityssm.escapeHTML(occupant.lotOccupantType ?? '') +
|
||||||
'">' +
|
'">' +
|
||||||
('<span class="fa-li"><i class="fas fa-fw fa-' +
|
('<span class="fa-li"><i class="fas fa-fw fa-' +
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue