Add languages, categorized them, add rechaptcha

This commit is contained in:
JoseluCross
2018-09-16 13:04:58 +02:00
parent 6d2466b5b1
commit d71a111fe9
14 changed files with 225 additions and 88 deletions

View File

@@ -26,7 +26,8 @@ function reHightlight(){
function mostrar(div) {
obj = document.getElementById(div);
obj.style.display = (obj.style.display == 'none') ? 'block' : 'none';
$(obj).slideToggle();
//obj.style.display = (obj.style.display == 'none') ? 'block' : 'none';
}
function getAjax() {