User Details
User Details
- User Since
- Sep 3 2018, 10:08 PM (264 w, 1 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Vishnunuk [ Global Accounts ]
Sep 6 2018
Sep 6 2018
Vishnunuk added a comment to T203478: Support No CAPTCHA reCAPTCHA in VisualEditor.
if ( editApi && editApi.captcha && ( editApi.captcha.url || editApi.captcha.type === 'simple' || editApi.captcha.type === 'math' || editApi.captcha.type === 'recaptchanocaptcha' || editApi.captcha.type === 'question' ) ) { this.saveErrorCaptcha( editApi ); return; }
Modified by adding "recaptchanocaptcha" No more unknown error!
Like you said now we can work on
ve.init.mw.ArticleTarget.prototype.saveErrorCaptcha
Sep 5 2018
Sep 5 2018
Vishnunuk added a comment to T203478: Support No CAPTCHA reCAPTCHA in VisualEditor.
Vishnunuk added a comment to T203478: Support No CAPTCHA reCAPTCHA in VisualEditor.
Vishnunuk awarded T203478: Support No CAPTCHA reCAPTCHA in VisualEditor a Love token.