Skip to content

Commit

Permalink
Revert "Merge branch 'master' of https://github.com/ANEX-Agency/gravi…
Browse files Browse the repository at this point in the history
…tyforms-phone-extension"

This reverts commit 040bc59, reversing
changes made to 65d5371.
  • Loading branch information
JoeHana committed Jan 22, 2019
1 parent 040bc59 commit 3654585
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions assets/js/init.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
jQuery(document).ready(function($) {

var $form = $(".gform_wrapper form");
if($form.length===0){
$form = $(".gv-edit-entry-wrapper form");
};
var $field = $(".gfield input[type=tel]");
var $field = $(".gfield input[type=tel]");

/**
* Init International Telephone Field
Expand Down Expand Up @@ -32,4 +29,4 @@ jQuery(document).ready(function($) {

});

});
});

0 comments on commit 3654585

Please sign in to comment.