Skip to content
Snippets Groups Projects
Commit 4cb3af73 authored by hahn's avatar hahn
Browse files

- added: comparison of lang texts

- project class: removed a hardcoded variable
- project overview: no tabs (was not handy)
- added: logging project actions
- added .htkeep in database directory; excluded log.db
- added class actionlog to class documentation
parent 8057e1ba
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,9 @@ class Actionlog {
<script>
function getLogVisibility(){
return localStorage.getItem("bActionlogsVisible");
var sReturn=localStorage.getItem("bActionlogsVisible");
sReturn=(sReturn=="block")?"block":"none";
return sReturn;
}
function setLogVisibility(sVisibility){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment