Bläddra i källkod

fix dialog wait issue

Jason Rivard 7 år sedan
förälder
incheckning
28ded00d08
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      server/src/main/webapp/public/resources/js/main.js

+ 1 - 0
server/src/main/webapp/public/resources/js/main.js

@@ -746,6 +746,7 @@ PWM_MAIN.html5DialogSupport = function() {
 };
 
 PWM_MAIN.showDialog = function(options) {
+    PWM_MAIN.closeWaitDialog();
     var html5Dialog = PWM_MAIN.html5DialogSupport();
 
     options = options === undefined ? {} : options;