All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.wicket.extensions.captcha.kittens.kittencaptcha.min.js Maven / Gradle / Ivy

There is a newer version: 10.2.0
Show newest version
function getEventX(b,c){var a;if(c.offsetX!=null){a=c.offsetX}else{a=c.pageX;do{a=a-b.offsetLeft;b=b.offsetParent}while(b!=null)}return parseInt(a,10)}function getEventY(b,c){var a;if(c.offsetY!=null){a=c.offsetY}else{a=c.pageY;do{a=a-b.offsetTop;b=b.offsetParent}while(b!=null)}return parseInt(a,10)}function getImage(){return Wicket.$("imageContainer").getElementsByTagName("img")[0]}function showLoadingIndicator(){Wicket.$("loading").style.visibility="visible"}function hideLoadingIndicator(){Wicket.$("loading").style.visibility="hidden"};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy