Skip to content

Commit

Permalink
Add back updateRevisionList to ensure list populates with saved data (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
smithellis authored Nov 21, 2024
1 parent 878177e commit 0bb2fc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kitsune/sumo/static/sumo/js/wiki.js
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,8 @@ import collapsibleAccordionInit from "sumo/js/protocol-details-init";
}
}

updateRevisionList(); // Initial update

// Update the revision list when the form changes
function updateRevisionList(query) {
if (query === undefined) {
Expand Down

0 comments on commit 0bb2fc4

Please sign in to comment.