* Refactor all JS API calls #360 * Remove unused imports * Lint JS * Fix doubled api key * Formatting * Added extra logging to distance lookup * Remove the .editorconfig file in distrib * shell check fixes * Remove the .editorconfig file in distrib
This commit is contained in:
@@ -13,7 +13,6 @@ const changeParamDescription = (award_class) => {
|
||||
};
|
||||
|
||||
$(document).ready(() => {
|
||||
|
||||
const select_id = "select#award_class_select";
|
||||
console.log('award descriptions', award_descriptions);
|
||||
$(select_id).change((e) => {
|
||||
|
||||
Reference in New Issue
Block a user