Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Citation
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Jurisdiction
- Hawaii (state)
- Source
- Official source
- Original Source
- https://cca.hawaii.gov/ocp/landlord-tenant/ ↗
Related Parts of This Source
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
- Hawaii Department of Commerce and Consumer Affairs, Office of Consumer Protection, Landlord Tenant Information Center
Full Text
1,766 chars<script>window.gtranslateSettings = {"default_language":"en","wrapper_selector":".gtranslate_wrapper","flag_style":"3d"}</script>
window.gtranslateSettings = {
default_language: "en",
wrapper_selector: ".gtranslate_wrapper",
flag_style: "3d",
native_language_names: {
"chk": "Chuukese",
"ilo": "Ilocano",
"mh": "Marshallese",
"to": "Tongan"
},
alt_flags: {
"chk": "fm",
"ilo": "ph",
"mh": "mh",
"to": "to"
},
languages: [
"en",
"fr",
"de",
"haw",
"ja",
"ko",
"zh-CN", // Mandarin
"zh-TW", // Cantonese substitute
"sm",
"es",
"tl",
"th",
"vi",
"chk", // Chuukese
"ilo", // Ilocano (was iloc)
"mh", // Marshallese (was mah)
"to", // Tongan
"ceb"
]
};
(function() {
var langData = [
{ name: "Chuukese", flag: "fm", cdn: "flagcdn" },
{ name: "Ilocano", flag: "ph", cdn: "gtranslate" },
{ name: "Marshallese", flag: "mh", cdn: "flagcdn" },
{ name: "Tongan", flag: "to", cdn: "gtranslate" }
];
var flagUrls = {
gtranslate: "https://cdn.gtranslate.net/flags/svg/countries/",
flagcdn: "https://flagcdn.com/"
};
function fixBrokenFlagSrcs() {
var wrapper = document.querySelector(".gtranslate_wrapper");
if (!wrapper) return;
wrapper.querySelectorAll("a.glink").forEach(function(a) {
var span = a.querySelector("span");
var img = a.querySelector("img");
if (!img || !span) return;
var spanText = (span.textContent || "").trim();
var src = img.getAttribute("src") || img.getAttribute("data-gt-lazy-src") || "";
if (spanText === "English") {
var usUrl = "https://cdn.gtranslate.net/flags/svg/countries/us.svg";
img.src = usUrl;
img.setAttribute("data-gt-lazy-src", usUrl);
} else if (src && !src.startsWith("http") && (src === "us" || src === "usa")) {
img.src = "https://cdn.gtranslate.net/flags/svg/countries/us.svg";
img.setAttribute("data-gt-lazy-src", img.src);
}
});
}