From da42c51af267b01ec718da8b4ac0dfe1971efc82 Mon Sep 17 00:00:00 2001 From: hexeth Date: Tue, 31 Mar 2020 08:42:08 -0700 Subject: [PATCH] Updated to exclude new modules --- cps/static/js/caliBlur.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/static/js/caliBlur.js b/cps/static/js/caliBlur.js index 1bd5f69c..92ecba28 100644 --- a/cps/static/js/caliBlur.js +++ b/cps/static/js/caliBlur.js @@ -363,7 +363,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 {