form-validation
form-validation copied to clipboard
Recaptcha plugin does not clear loaded callback on uninstall
The Recaptcha plugin uninstall() does not clear the loaded callback attached to the window. This gets re-used when registering a new captcha on the install()
We found that adding window[i.LOADED_CALLBACK] = undefined; in the uninstall() method of the was sufficient