Updated notifications

This commit is contained in:
Brinken
2012-08-30 18:24:34 +02:00
parent 062a9301cf
commit bbf09f00e7
32 changed files with 2804 additions and 550 deletions
+1 -1
View File
@@ -38,4 +38,4 @@ function toggle(source) {
checkboxes = document.getElementsByClassName('checkbox');
for(var i in checkboxes)
checkboxes[i].checked = source.checked;
}
}