Skip to content

Commit

Permalink
Fix coding standard issue in ajax.js
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Dec 12, 2022
1 parent 49933b7 commit 58852d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/ajax.js
Expand Up @@ -509,7 +509,7 @@ var AJAX = {
// Remove all containers that may have
// been added outside of #page_content
$('body').children()
.not("div.modal")
.not('div.modal')
.not('#pma_navigation')
.not('#floating_menubar')
.not('#page_nav_icons')
Expand Down

0 comments on commit 58852d7

Please sign in to comment.