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

Commit 21cbcf2

Browse files
committed
clean
1 parent d9dae51 commit 21cbcf2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: ReCaptcha.php

-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ public function run()
139139
, $view::POS_END, 'recaptcha-onload');
140140

141141
if (Yii::$app->request->isAjax) {
142-
$jsUrl = self::JS_API_URL;
143142
$view->registerJs(<<<JS
144143
if (typeof grecaptcha !== "undefined") {
145144
recaptchaOnloadCallback();

0 commit comments

Comments
 (0)