BUGFIX: Fix possible checkbox update in Web UI

This commit is contained in:
Christophe Dumez
2010-05-24 18:52:12 +00:00
parent 1dadc08625
commit d79f779c0a
2 changed files with 2 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ var createPriorityCombo = function(id, selected_prio) {
if(row[i] > 0)
tds[i].getChildren('input')[0].set('checked', 'checked');
else
tds[i].removeProperty('checked')
tds[i].getChildren('input')[0].removeProperty('checked')
} else {
if(i == 4) {
if(row[i] > 0) {