utf stuff, fixing toggling

This commit is contained in:
q
2016-07-04 10:05:07 +03:00
parent 44a6ab2d27
commit b26765b1e0
2 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ function reload() {
location.href=window.location.href;
}
function hidetoggle(name,button) {
function hidetoggle(name) {
if (document.getElementById(name).style.display=='inline-block') {
document.getElementById(name).style.display='none';
} else {