Blame view

common/widgets/views/multilang-end.php 163 Bytes
b0f143c3   Yarik   first commit
1
2
3
4
5
6
7
8
9
10
  <?php
  use yii\helpers\Url;
  ?>
  </div>
  <script>
      if(typeof form === 'undefined') {
          var form = [];
      }
      form['<?=$id?>'] = '<?=$ajaxpath?>';
  </script>