Created
January 9, 2019 18:05
-
-
Save aatronco/cde3276bc2eca18493c616fb3d855bb5 to your computer and use it in GitHub Desktop.
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
| <script> | |
| var paymentId = 105935 // replace the id for the payment ID (last number on payment URL in admin panel, Ex: https://www.evernote.com/l/AJrfSyLBf_FNeo2o4Zhsw4jOUclx150s4OQ ) ) | |
| $(document).ready(function(){ | |
| $("input[value=" + paymentId + "]").parent().hide() | |
| }); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment