@ -28,7 +28,7 @@ $(function() {
yaCounter950321.reachGoal('EmailClick');
});
$( "[href^='#service-form-submit'" ).click(function(e) {
$( "[href^='#service-form-submit']" ).click(function(e) {
e.preventDefault();
$('.service-calculator form').submit();
@ -107,7 +107,7 @@
<script type="text/javascript">
$(function() {
if(typeof consultation_link == "undefined") {
$( "[href^='#consultation'" ).click(function(e) {
$( "[href^='#consultation']" ).click(function(e) {
event.preventDefault();
angular.element($('.consultation-form')[0]).scope().open({{ instance.id }});
@ -115,7 +115,7 @@
$( "[href^='#order'" ).click(function(e) {
$( "[href^='#order']" ).click(function(e) {
angular.element($('.order-form')[0]).scope().open({{ instance.id }});