projects
/
WP-Plugins
/
glm-member-db-billing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ac31ba
)
Correction of js
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 3 Aug 2018 17:34:59 +0000
(13:34 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 3 Aug 2018 17:34:59 +0000
(13:34 -0400)
correcting bug
views/admin/billing/contact.html
patch
|
blob
|
history
diff --git
a/views/admin/billing/contact.html
b/views/admin/billing/contact.html
index
e878505
..
a384f4b
100644
(file)
--- a/
views/admin/billing/contact.html
+++ b/
views/admin/billing/contact.html
@@
-304,7
+304,7
@@
jQuery(document).ready(function($){
// Add a new city button action - pop-up dialog
$('#newBillingCityButton').click( function() {
$("#newBillingCityDialog").dialog("open");
- })
g
+ })
;
}