Skip to content

Commit

Permalink
jQuery 3.0 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Dernerd committed Jun 12, 2024
1 parent 129f7b1 commit b823207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asset/js/brainpress-unitsbuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ var BrainPress = BrainPress || {};
inputs = target.find( 'input' )
;
inputs.attr( 'readonly', ! is_checked );
}).change();
}).trigger('change');
};

BrainPress.Helpers.Module.quiz.render_component = function( module ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ span.ema-unit-name {

.ema-modal-header-btn.ema-modal-trigger {
z-index: 200;
position: absolute;
position: inherit;
left: -20px;
top: 820px;
}
Expand Down

0 comments on commit b823207

Please sign in to comment.