ee
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -249,7 +249,7 @@ $(window).on('load resize scroll', function() { | ... | @@ -249,7 +249,7 @@ $(window).on('load resize scroll', function() { |
| 249 | name: $("[name='your-name']").val(), | 249 | name: $("[name='your-name']").val(), |
| 250 | email: $("[name='your-email']").val(), | 250 | email: $("[name='your-email']").val(), |
| 251 | phone: $("[name='your-phone']").val(), | 251 | phone: $("[name='your-phone']").val(), |
| 252 | panner_id: $("[name='planner_id']").val(), | 252 | planner_id: $("[name='planner_id']").val(), |
| 253 | choices:service_choices | 253 | choices:service_choices |
| 254 | }, | 254 | }, |
| 255 | beforeSend: function(xhr) { | 255 | beforeSend: function(xhr) { | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | Author: the Understrap Contributors | 5 | Author: the Understrap Contributors |
| 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors | 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors |
| 7 | Template: understrap | 7 | Template: understrap |
| 8 | Version: 1.1.30352 | 8 | Version: 1.1.30353 |
| 9 | License: GNU General Public License v2 or later | 9 | License: GNU General Public License v2 or later |
| 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html | 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 11 | Text Domain: understrap-child | 11 | Text Domain: understrap-child | ... | ... |
-
Please register or sign in to post a comment