Correction of js
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 3 Aug 2018 17:34:59 +0000 (13:34 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 3 Aug 2018 17:34:59 +0000 (13:34 -0400)
correcting bug

views/admin/billing/contact.html

index e878505..a384f4b 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
+        });
 
     }