Commit c55d299d authored by Shakarim Sapa's avatar Shakarim Sapa

- Проверяем

parent c657d307
......@@ -150,6 +150,8 @@ $(document).ready(function() {
type: 'inline',
preloader: false
});
$('#registration_form').on('click', function() {alert('asd');});
});
// pre-submit callback
......
......@@ -2,7 +2,6 @@
use common\modules\users\models\User;
$elements = [
'open_form_reg' => '<div class="registration_form_left form_resp">',
'errors_reg' => '<div class="errors-reg_popup"></div>',
'name' => ['type' => 'text', 'placeholder'=>"Ваше имя*", 'options'=>['label'=>false],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment