mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-11 07:01:41 +00:00
Replace dash-separated config & API properties with underscore-separated versions. #127
This commit is contained in:
@@ -624,7 +624,7 @@ function renderDxStats() {
|
||||
if (!dxStatsData) {
|
||||
return;
|
||||
}
|
||||
const deContinent = $('#dxstats-de-continent').val();
|
||||
const deContinent = $('#sxstats_de_continent').val();
|
||||
const deData = dxStatsData[deContinent];
|
||||
if (!deData) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user