mirror of
https://github.com/janeczku/calibre-web
synced 2025-12-06 00:08:06 +00:00
Merge branch 'master' into Develop
This commit is contained in:
@@ -365,7 +365,7 @@ $( '#logout' ).parent().addClass( 'dropdown' ).appendTo( '.profileDropli' );
|
||||
|
||||
// Remove the modals except from some areas where they are needed
|
||||
bodyClass = $( 'body' ).attr( 'class' ).split(' ');
|
||||
modalWanted = ['admin', 'editbook', 'config', 'uiconfig'];
|
||||
modalWanted = ['admin', 'editbook', 'config', 'uiconfig', 'me', 'edituser'];
|
||||
|
||||
if ( $.inArray( bodyClass[0], modalWanted) != -1 ) {
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user