Created
October 4, 2013 00:40
-
-
Save fddcddhdd/6819321 to your computer and use it in GitHub Desktop.
mailformpro/librarys/core.js 560行目(jsで確認画面を表示させる所)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(s % 2 == 0) className = 'mfp_achroma'; | |
//確認メールアドレスとプライバシーポリシー確認は、確認画面に表示しない! | |
if(elmName == 'confirm_email' || elmName == 'privacy_policy'){ | |
}else{ | |
mfp.ConfirmHTML += '<tr class="'+className+'"><th>'+elmName+'</th><td>'+val+'</td>'; | |
} | |
s++; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment