This commit is contained in:
Akko
2025-10-25 18:58:30 +02:00
parent fa280d0c8a
commit e3c7037dab
55 changed files with 3459 additions and 804 deletions

View File

@@ -267,6 +267,11 @@ function enable_global_outlining() {
});
$(".tag").each(function(){
hideForOrg_whenclicked($(this).parent());
console.log("DSFDFS")
})
// the page is now ready to be used
}
@@ -274,5 +279,3 @@ function enable_global_outlining() {
// Code starts here
$(document).ready(enable_global_outlining);