few js fixes

This commit is contained in:
osaajani 2021-08-28 02:07:30 +02:00
parent 850923c1e6
commit 54f3567714
8 changed files with 21 additions and 30 deletions

View file

@ -127,7 +127,6 @@
data_container.find('.form-group').each(function (e)
{
console.log(this);
var current_input_name = jQuery(this).find('.contact-data-name');
var current_input_value = jQuery(this).find('.contact-data-value');