rathena / FluxCP

Invalid variable usage JS-0043
Anti-pattern
Critical
a month agoa year old
'tipP' used outside of binding context
127			tipcap.style.position = "relative";
128			tipcap.style.display = "block";
129			
130			tipcap.innerHTML = '<div id="unitipcap">' + tipP + '</div>';131			
132			tipcapin = document.getElementById("unitipcap");
133			tipcapin.style.height = (CapHeight * 2) + "px";