rathena / FluxCP

Found single char variable name JS-C1002
Anti-pattern
Minor
a month agoa year old
Variable name is too small
 39
 40// next, add the tooltip function to those elements
 41unitipize = function (element) {
 42	var a = element; 43	var id = a.getAttribute('id');
 44	
 45	if (id != null && id.indexOf('recaptcha_') == 0) {