Created
January 14, 2018 04:21
-
-
Save ahmedeshaan/fed480ac684a8de269d623e4b0d253b1 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> | |
| jQuery(document).ready(function ($) { | |
| function removeLoader() { | |
| $('.product-type-external').find('.single_add_to_cart_button').removeClass('loading'); | |
| } | |
| $('.product-type-external').find('.single_add_to_cart_button').attr("target", "_blank"); | |
| $('.product-type-external').find('.single_add_to_cart_button').on("click", removeLoader); | |
| }); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment