Blame view

common/widgets/views/multilang-end.php 172 Bytes
14a09168   Alex Savenko   init 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>