array bug
This commit is contained in:
parent
1bbc1e7013
commit
1c194eea3f
|
|
@ -238,9 +238,10 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
standardcounter = 0;
|
standardcounter = 0;
|
||||||
var ncfiledata = [false];
|
var ncfiledata = [];
|
||||||
//Anlegen der Standarddateien
|
//Anlegen der Standarddateien
|
||||||
function rebuildingStandards(id){
|
function rebuildingStandards(id){
|
||||||
|
ncfiledata = [];
|
||||||
$("#cloud_process_standards").show();
|
$("#cloud_process_standards").show();
|
||||||
ncfiledata[0] = ['standardid', id];
|
ncfiledata[0] = ['standardid', id];
|
||||||
console.log("LOADING NC FILES");
|
console.log("LOADING NC FILES");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue