mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-15 01:21:35 +01:00
Add languages, categorized them, add rechaptcha
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user