Browse Source

Correct JS syntax

release-0.6
thomascube 15 years ago
parent
commit
5371dc7889
  1. 2
      program/js/list.js

2
program/js/list.js

@ -862,7 +862,7 @@ clear_selection: function(id)
// one row
if (id) {
for (var n=0 in this.selection)
for (var n in this.selection)
if (this.selection[n] == id) {
this.selection.splice(n,1);
break;

Loading…
Cancel
Save