Removed duplicate quotation mark
这个提交包含在:
父节点
b03ecd2bb9
当前提交
17f5c94829
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -45,7 +45,7 @@ $(document).ready( function () {
|
||||||
};
|
};
|
||||||
|
|
||||||
// Hide all states initially
|
// Hide all states initially
|
||||||
$("#canada_state, #aland_state, #asiatic_russia_state, #belarus_state, #mexico_state, #eu_russia_state, #argentina_state, #brazil_state, #chile_state, #us_state, #paraguay_state, #korea_state, #uruguay_state, #venezuela_state, #australia_state, #png_state, #nz_state, #belgium_state, #italy_state, #netherlands_state"").hide();
|
$("#canada_state, #aland_state, #asiatic_russia_state, #belarus_state, #mexico_state, #eu_russia_state, #argentina_state, #brazil_state, #chile_state, #us_state, #paraguay_state, #korea_state, #uruguay_state, #venezuela_state, #australia_state, #png_state, #nz_state, #belgium_state, #italy_state, #netherlands_state").hide();
|
||||||
/**
|
/**
|
||||||
* Gets the selected DXCC ID and shows the corresponding state.
|
* Gets the selected DXCC ID and shows the corresponding state.
|
||||||
*/
|
*/
|
||||||
|
|
@ -69,7 +69,7 @@ $(document).ready( function () {
|
||||||
var stateToShow = stateMap[selectedValue] || stateMap['default'];
|
var stateToShow = stateMap[selectedValue] || stateMap['default'];
|
||||||
|
|
||||||
// Hide all states
|
// Hide all states
|
||||||
$("#mexico_state, #belarus_state, #asiatic_russia_state, #aland_state, #canada_state, #us_state, #eu_russia_state, #argentina_state, #brazil_state, #chile_state, #paraguay_state, #korea_state, #uruguay_state, #venezuela_state, #australia_state, #png_state, #nz_state, #belgium_state, #italy_state, #netherlands_state"").hide();
|
$("#mexico_state, #belarus_state, #asiatic_russia_state, #aland_state, #canada_state, #us_state, #eu_russia_state, #argentina_state, #brazil_state, #chile_state, #paraguay_state, #korea_state, #uruguay_state, #venezuela_state, #australia_state, #png_state, #nz_state, #belgium_state, #italy_state, #netherlands_state").hide();
|
||||||
|
|
||||||
// Show the selected state
|
// Show the selected state
|
||||||
$("#" + stateToShow).show();
|
$("#" + stateToShow).show();
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用