jkudish / JigoShop-Software-Add-on

Add functionality to the JigoShop WordPress plugin, which allows you to run a full-blown software shop, including license activation, license retrieval, activation e-mails and more
https://github.com/jkudish/JigoShop-Software-Add-on
19 stars 2 forks source link

Lost License Form Doesn't Respond in IE #14

Closed johnwu closed 13 years ago

johnwu commented 13 years ago

If I go to http://secure.sparkbooth.com/store/lost-license/ using Internet Explorer and enter either a good or bad email and press the Email Now button. It just displays the spinner, and no result message is gets displayed.

johnwu commented 13 years ago

Fixed it. Problem was in lost-license.php, line 40. Remove:

console.log(response);

I edited the file on the server. If you can make sure you include the fix in your source.

jkudish commented 13 years ago

Correct, internet explorer hates console.log(); - my bad for leaving in there for production, glad you caught it and sorry for the delay in response. I'll make sure to patch it :)

Thanks!

johnwu commented 13 years ago

Thanks!

On Sun, Aug 28, 2011 at 10:01 PM, jkudish reply@reply.github.com wrote:

Correct, internet explorer hates console.log(); - my bad for leaving in there for production, glad you caught it and sorry for the delay in response. I'll make sure to patch it :)

Thanks!

Reply to this email directly or view it on GitHub: https://github.com/jkudish/JigoShop-Software-Add-on/issues/14#issuecomment-1927373