Skip to content

Commit

Permalink
Update settings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rern committed Mar 28, 2021
1 parent b7e0cba commit 85ff833
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions srv/http/assets/js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ $( '.help' ).click( function() {
$( '#help' ).toggleClass( 'blue', $( '.help-block:not(.hide)' ).length !== 0 );
} );
$( '.status' ).click( function( e ) {
if ( $( e.target ).hasClass( 'help' ) || $( e.target ).hasClass( 'fa-plus-circle' ) ) return

codeToggle( $( this ).data( 'status' ), e.target );
} );
// bar-bottom
Expand Down

0 comments on commit 85ff833

Please sign in to comment.