From fb87ad6c4e7d0fbee47c9f798fdf724077e1bc9a Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 8 Oct 2018 15:42:07 -0400 Subject: [PATCH] Update width of the dialog for reg is not complete. Updating the width of the dialog to 350. --- views/front/registrations/registration.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/front/registrations/registration.html b/views/front/registrations/registration.html index 1ecd95b..a44b3fa 100755 --- a/views/front/registrations/registration.html +++ b/views/front/registrations/registration.html @@ -771,7 +771,7 @@ jQuery(function($){ var notSubmittedTimer; notSubmittedDialog = $( "#regNotSubmittedDialog" ).dialog({ autoOpen: false, - width: 600, + width: 350, open: function(event,ui) { clearInterval(notSubmittedTimer); }, -- 2.17.1