closed #119 fixed wormhole signature id count

This commit is contained in:
Exodus4D
2016-04-10 14:10:36 +02:00
parent 09129e4bb7
commit c6206172ac

View File

@@ -1029,8 +1029,8 @@ define([
key > 0 &&
tempSelectOptions.hasOwnProperty(key)
) {
fixSelectOptions.push( {value: key, text: tempSelectOptions[key] } );
newSelectOptionsCount++;
fixSelectOptions.push( {value: key, text: tempSelectOptions[key] } );
}
}
@@ -1055,8 +1055,8 @@ define([
frigKey > 0 &&
frigateHoles.hasOwnProperty(frigKey)
) {
frigateWHData.push( {value: newSelectOptionsCount, text: frigateHoles[frigKey]} );
newSelectOptionsCount++;
frigateWHData.push( {value: newSelectOptionsCount, text: frigateHoles[frigKey]} );
}
}
@@ -1071,8 +1071,8 @@ define([
incomingKey > 0 &&
Init.incomingWormholes.hasOwnProperty(incomingKey)
) {
incomingWHData.push( {value: newSelectOptionsCount, text: Init.incomingWormholes[incomingKey]} );
newSelectOptionsCount++;
incomingWHData.push( {value: newSelectOptionsCount, text: Init.incomingWormholes[incomingKey]} );
}
}
@@ -1093,8 +1093,8 @@ define([
for(var i = 0; i < systemData.statics.length; i++){
var staticWHName = systemData.statics[i].name + ' - ' + systemData.statics[i].security;
staticWHData.push( {value: newSelectOptionsCount, text: staticWHName} );
newSelectOptionsCount++;
staticWHData.push( {value: newSelectOptionsCount, text: staticWHName} );
}
if(staticWHData.length > 0){