Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
himiklab committed Jan 25, 2018
1 parent d9dae51 commit 21cbcf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ReCaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ public function run()
, $view::POS_END, 'recaptcha-onload');

if (Yii::$app->request->isAjax) {
$jsUrl = self::JS_API_URL;
$view->registerJs(<<<JS
if (typeof grecaptcha !== "undefined") {
recaptchaOnloadCallback();
Expand Down

0 comments on commit 21cbcf2

Please sign in to comment.