|
|
@@ -86,11 +86,12 @@ use yii\helpers\Html;
|
|
|
<script src="<?= STATIC_URL ?>/static/fxm/plugin/validate/additional-methods.js"></script>
|
|
|
<script src="<?= STATIC_URL ?>/static/fxm/js/main.js"></script>
|
|
|
<script>
|
|
|
+ url = document.domain;
|
|
|
$('#download_ewm_android4').qrcode({
|
|
|
render: "canvas",
|
|
|
width: 150,
|
|
|
height: 150,
|
|
|
- text: "<?= STATIC_URL ?>/upload/MetaTrader 4.apk"
|
|
|
+ text: url + "/upload/MetaTrader4.apk"
|
|
|
});
|
|
|
</script>
|
|
|
<?= isset($this->blocks['footer_script']) ? trim($this->blocks['footer_script']) : '' ?>
|