Micah Stevens

Results 7 comments of Micah Stevens

Hi - yeah, I deleted my comment when I realized I was inside a timer interrupt when I was calling delay() - not a good idea. It was just debugging...

If it was using the user's Chrome cache, just use Chrome to delete it. There's currently no way to utilize an embedded Chrome version, that would be pretty large for...

I'm seeing this as well, DnD provides the skipForm parameter, but this doesn't seem to work, or isn't passed to DnD via the extension. I'm still troubleshooting. I think this...

I'm getting this too, trying to troubleshoot. I'm using: CiviCRM 4.6.2 Wordpress 4.1.1 No Javascript errors, I fill out the form and I see the variable being passed from the...

Did some more in depth debugging - It appears in chrome at least, if you also enable the pay by check option in your contribution form the detection of whether...

Ran into this one too. I just call Placeholder.disable() right before form submit() and it seems to work.

I saw this on linux too, make sure you're using the python2 version of pip. In Arch, for me, this is pip2. Python3 fails with this error.