Skip to content

Commit

Permalink
fixup! refactor templates
Browse files Browse the repository at this point in the history
  • Loading branch information
FestplattenSchnitzel committed Sep 19, 2023
1 parent 3a4246f commit ffd787f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sipa/static/js/dormitory.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ $("#dorm-select").change(function(){
$(".dynamic-content").hide();
$("#dynamic-" + selected).show();
});
$("#dorm-select").on("load", function() {}).triggerHandler("change")
$("#dorm-select").on("load", function() {}).triggerHandler("change")

0 comments on commit ffd787f

Please sign in to comment.