Skip to content

Commit

Permalink
Merge pull request #264 from mageplaza/2.4-develop
Browse files Browse the repository at this point in the history
2.4 develop
  • Loading branch information
haitv282 authored Jul 19, 2022
2 parents f58c6d8 + 3f46f4f commit 3977197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"roave/security-advisories": "dev-master"
},
"type": "magento2-module",
"version": "4.1.4",
"version": "4.1.5",
"license": "proprietary",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/templates/popup/form/create.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<div class="field date field-dob">
<label class="label" for="dob"><span><?= __('Date of Birth') ?></span></label>
<div class="control customer-dob">
<input type="text" name="mp_sociallogin_dob" id="mp_sociallogin_dob" value="" class="" data-validate="{"validate-date":{"dateFormat":"M\/d\/Y"}}"/>
<input type="text" name="dob" id="mp_sociallogin_dob" value="" class="" />
<script type="text/javascript">
require(["jquery", "mage/calendar"], function($){
$("#mp_sociallogin_dob").calendar({
Expand Down

0 comments on commit 3977197

Please sign in to comment.