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