Skip to content

Commit

Permalink
並びを変更しました。
Browse files Browse the repository at this point in the history
  • Loading branch information
koizumikentaro committed May 28, 2018
1 parent 42f9821 commit 4c2cdd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions expGuiCondition/expGuiCondition.js
Expand Up @@ -183,8 +183,8 @@ var expGuiCondition = function (pObject, config) {
// 定期種別初期値
var conditionId = "teikiKind";
var conditionLabel = "定期種別初期値";
var tmpOption = new Array("通勤", "通学(中学)", "通学(高校)", "通学(大学)");
var tmpValue = new Array("3", "4", "2", "1"); //APIで返却値
var tmpOption = new Array("通勤", "通学(大学)", "通学(高校)", "通学(中学)");
var tmpValue = new Array("3", "1", "2", "4"); //APIで返却値
tmp_conditionObject[conditionId.toLowerCase()] = addCondition(conditionLabel, tmpOption, tmpValue);
// JR季節料金
var conditionId = "JRSeasonalRate";
Expand Down

0 comments on commit 4c2cdd5

Please sign in to comment.