Skip to content

Commit

Permalink
Refs #37673 - change load to on("load" (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga authored Feb 11, 2025
1 parent 64d13b3 commit d5a02d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/foreman_openscap/load_report.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$(document).ready(function() {
$('#frame').load(function() {
$('#frame').on("load",function() {
$('#loading').hide();
$('#frame').show().css('min-height', '800px');
});
Expand Down

0 comments on commit d5a02d5

Please sign in to comment.