From c6206172acb58e70daa3a8661012b4a20e2c8591 Mon Sep 17 00:00:00 2001 From: Exodus4D Date: Sun, 10 Apr 2016 14:10:36 +0200 Subject: [PATCH] closed #119 fixed wormhole signature id count --- js/app/ui/system_signature.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/app/ui/system_signature.js b/js/app/ui/system_signature.js index f2f5d8b3..7a8a85f6 100644 --- a/js/app/ui/system_signature.js +++ b/js/app/ui/system_signature.js @@ -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){