Skip to content

Commit

Permalink
#47: Fix reset button in export config UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfranco committed Dec 19, 2024
1 parent 3bf5472 commit 36cc918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/export.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function generateInputTag(type, value, callback) {

// If we've already loaded the data, just use it.
if (courselist_data[$('#catalogId').val()]) {
getCourseListInputForData(courselist_data[$('#catalogId').val()], value, callback);
setCourseListInputForData(courselist_data[$('#catalogId').val()], value, callback);
} else {
// If we don't have data yet, add our element to the queue to be rendered.
courselists_to_populate.push({
Expand Down

0 comments on commit 36cc918

Please sign in to comment.