Skip to content

Commit

Permalink
fix tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
jeriox committed Mar 11, 2021
1 parent b68ffa2 commit eac4ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ephios/static/plugins/basesignup/js/disposition.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ $(document).ready(function () {
handleDispositionForm($newFormFragment, false, true);
$spinner.fadeOut("fast", function () {
$(this).replaceWith($newFormFragment);
handleForms($newFormFragment);
$newFormFragment.fadeIn("fast");
});

Expand Down

0 comments on commit eac4ab1

Please sign in to comment.