Neal Wilson 11 years ago
parent
commit
fc1d2bd65b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/Windows/productionroaster.xml

+ 1
- 1
config/Windows/productionroaster.xml View File

@@ -346,7 +346,7 @@
346 346
 					var notesList = notesSetting.slice(2, notesSetting.length-2).split(",");
347 347
 					if(valuesList.length > 1 && notesList.length == valuesList.length) {
348 348
 						for(var j = 0; j < valuesList.length; j++) {
349
-							checker.setAnnotation(Number(valueList[j]), notesList[j]);
349
+							checker.setAnnotation(Number(valuesList[j]), notesList[j]);
350 350
 						}
351 351
 					}
352 352
 					if(driverReference.emitOnStart == "true") {

Loading…
Cancel
Save