Set width for add new city
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 3 Aug 2018 17:33:28 +0000 (13:33 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 3 Aug 2018 17:33:28 +0000 (13:33 -0400)
Setting width to 200

views/admin/billing/contact.html

index febde8f..e878505 100644 (file)
@@ -304,7 +304,7 @@ jQuery(document).ready(function($){
         // Add a new city button action - pop-up dialog
         $('#newBillingCityButton').click( function() {
             $("#newBillingCityDialog").dialog("open");
-        });
+        })g
 
     }
 
@@ -317,6 +317,7 @@ jQuery(document).ready(function($){
     $("#newBillingCityDialog").dialog({
         autoOpen: false,
         minWidth: 200,
+        width: 200,
         dialogClass: "glm-dialog-no-close"
     });
     $('#newBillingCityCancel').click( function() {