Commit c55d299d authored by Shakarim Sapa's avatar Shakarim Sapa

- Проверяем

parent c657d307
...@@ -150,6 +150,8 @@ $(document).ready(function() { ...@@ -150,6 +150,8 @@ $(document).ready(function() {
type: 'inline', type: 'inline',
preloader: false preloader: false
}); });
$('#registration_form').on('click', function() {alert('asd');});
}); });
// pre-submit callback // pre-submit callback
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
use common\modules\users\models\User; use common\modules\users\models\User;
$elements = [ $elements = [
'open_form_reg' => '<div class="registration_form_left form_resp">', 'open_form_reg' => '<div class="registration_form_left form_resp">',
'errors_reg' => '<div class="errors-reg_popup"></div>', 'errors_reg' => '<div class="errors-reg_popup"></div>',
'name' => ['type' => 'text', 'placeholder'=>"Ваше имя*", 'options'=>['label'=>false], '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