From: Steve Sutton Date: Mon, 8 Oct 2018 19:42:07 +0000 (-0400) Subject: Update width of the dialog for reg is not complete. X-Git-Tag: v1.2.0^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=fb87ad6c4e7d0fbee47c9f798fdf724077e1bc9a;p=WP-Plugins%2Fglm-member-db-registrations.git Update width of the dialog for reg is not complete. Updating the width of the dialog to 350. --- 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); },