Created
April 14, 2015 20:58
-
-
Save EveraldoReis/27f1cddf94dce8122401 to your computer and use it in GitHub Desktop.
sigpro undefined submitform
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
| // administrator/components/com_sigpro/js/script.js:55 | |
| if ( typeof submitform === 'undefined') { | |
| $sig('#adminForm').find('input[name=task]').val(pressbutton); | |
| $sig('#adminForm').submit(); | |
| }else{ | |
| submitform(pressbutton); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment