Created
June 3, 2018 06:47
-
-
Save 2208Abhinav/056b9de8e0bbb7f6e217404140737968 to your computer and use it in GitHub Desktop.
JavaScript disabler
This file contains 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
$('.pdf_proto').click(function() { | |
$('#report_form').attr('action', '../../../modules/pdf_generator/selector.php'); | |
$('#report_form').submit(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment